netxduo
_nx_crypto_ecjpake_schnorr_zkp_generate()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (6/7)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_ecjpake_schnorr_zkp_generate()
_nx_crypto_ecjpake_schnorr_zkp_generate() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_crypto_ecjpake.h:149
UINT
_nx_crypto_ecjpake_schnorr_zkp_generate
(
NX_CRYPTO_METHOD
*
hash_method
,
VOID
*
hash_metadata
,
NX_CRYPTO_EC
*
curve
,
NX_CRYPTO_EC_POINT
*
g
,
NX_CRYPTO_EC_POINT
*
v
,
NX_CRYPTO_EC_POINT
*
public_key
,
CHAR
*
id
,
UINT
id_len
,
NX_CRYPTO_HUGE_NUMBER
*
private_key
,
NX_CRYPTO_HUGE_NUMBER
*
r
,
HN_UBASE
*
scratch
)
;
Implemented in
nx_crypto_ecjpake.c:1106
Arguments
Argument
Declared as
hash_method
NX_CRYPTO_METHOD
*
hash_metadata
VOID
*
curve
NX_CRYPTO_EC
*
g
NX_CRYPTO_EC_POINT
*
v
NX_CRYPTO_EC_POINT
*
public_key
NX_CRYPTO_EC_POINT
*
id
CHAR
*
id_len
UINT
private_key
NX_CRYPTO_HUGE_NUMBER
*
r
NX_CRYPTO_HUGE_NUMBER
*
scratch
HN_UBASE
*
Related Functions
Found 78 other functions taking a
NX_CRYPTO_METHOD_STRUCT
argument:
Function
_nx_secure_tls_find_curve_method()
_nx_crypto_method_aes_init()
_nx_crypto_method_sha512_init()
_nx_crypto_method_sha512_operation()
_nx_crypto_method_hmac_sha512_init()
_nx_crypto_method_hmac_sha512_operation()
_nx_crypto_method_aes_cbc_operation()
_nx_crypto_method_aes_ccm_operation()
_nx_crypto_method_aes_gcm_operation()
_nx_crypto_ecjpake_schnorr_zkp_verify()
_find_cipher()
_nx_secure_tls_ecc_initialize()
_nx_secure_x509_find_curve_method()
_nx_crypto_method_aes_xcbc_operation()
_nx_crypto_method_ecdh_init()
_nx_crypto_method_ecdh_operation()
_nx_crypto_ecjpake_init()
_nx_crypto_ecjpake_schnorr_zkp_hash()
_nx_crypto_method_sha256_init()
_nx_crypto_method_sha256_operation()
_nx_crypto_method_hmac_sha256_init()
_nx_crypto_method_hmac_sha256_operation()
_nx_crypto_pkcs1_v1_5_encode()
_nx_secure_tls_session_create_ext()
nx_secure_module_hash_compute()
_nx_crypto_method_3des_init()
_nx_crypto_method_3des_operation()
_nx_crypto_method_des_init()
_nx_crypto_method_des_operation()
_nx_crypto_method_aes_operation()
_nx_crypto_method_aes_ctr_operation()
_nx_crypto_method_drbg_operation()
_nx_crypto_method_drbg_init()
_nx_crypto_method_ec_secp192r1_operation()
_nx_crypto_method_ec_secp224r1_operation()
_nx_crypto_method_ec_secp256r1_operation()
_nx_crypto_method_ec_secp384r1_operation()
_nx_crypto_method_ec_secp521r1_operation()
_nx_crypto_method_ecdsa_operation()
_nx_crypto_method_ecdsa_init()
_nx_crypto_ecjpake_pre_master_secret_generate()
_nx_crypto_method_ecjpake_operation()
_nx_crypto_method_ecjpake_init()
_nx_crypto_method_hkdf_init()
_nx_crypto_method_hkdf_operation()
_nx_crypto_method_hmac_init()
_nx_crypto_method_hmac_operation()
_nx_crypto_method_hmac_md5_init()
_nx_crypto_method_hmac_md5_operation()
_nx_crypto_method_md5_operation()
_nx_crypto_method_md5_init()
_nx_crypto_method_hmac_sha1_init()
_nx_crypto_method_hmac_sha1_operation()
_nx_crypto_method_sha1_init()
_nx_crypto_method_sha1_operation()
_nx_crypto_method_pkcs1_v1_5_init()
_nx_crypto_method_pkcs1_v1_5_operation()
_nx_crypto_method_prf_sha384_init()
_nx_crypto_method_prf_sha384_operation()
_nx_crypto_method_prf_sha512_init()
_nx_crypto_method_prf_1_init()
_nx_crypto_method_prf_1_operation()
_nx_crypto_method_prf_sha_256_init()
_nx_crypto_method_prf_sha_256_operation()
_nx_crypto_method_prf_sha512_operation()
_nx_crypto_method_rsa_operation()
_nx_crypto_method_rsa_init()
_nx_crypto_method_null_operation()
_nx_crypto_method_null_init()
_nx_secure_tls_record_packet_decrypt()
_nx_secure_tls_record_data_encrypt_init()
_nx_crypto_ecjpake_key_encryption_key_generate()
_nx_secure_dtls_ecc_initialize()
_nx_secure_dtls_server_ecc_initialize()
_nxe_secure_dtls_ecc_initialize()
_nxe_secure_dtls_server_ecc_initialize()
_map_tls_ciphersuites()
_map_x509_ciphersuites()
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
UINT
_nx_crypto_ecjpake_schnorr_zkp_generate
(
NX_CRYPTO_METHOD
*
hash_method
,
nx_crypto_ecjpake.c:1106
UINT
_nx_crypto_ecjpake_schnorr_zkp_generate
(
NX_CRYPTO_METHOD
*
hash_method
,
nx_crypto_ecjpake.h:149
status
=
_nx_crypto_ecjpake_schnorr_zkp_generate
(
ecjpake
->
nx_crypto_ecjpake_hash_method
,
nx_crypto_ecjpake.c:192
_nx_crypto_ecjpake_hello_generate()
status
=
_nx_crypto_ecjpake_schnorr_zkp_generate
(
ecjpake
->
nx_crypto_ecjpake_hash_method
,
nx_crypto_ecjpake.c:244
_nx_crypto_ecjpake_hello_generate()
status
=
_nx_crypto_ecjpake_schnorr_zkp_generate
(
ecjpake
->
nx_crypto_ecjpake_hash_method
,
nx_crypto_ecjpake.c:531
_nx_crypto_ecjpake_key_exchange_generate()
Call Tree
from
examples
_nx_crypto_ecjpake_schnorr_zkp_generate()
is called by 2 functions and calls 6 functions:
_nx_crypto_ecjpake_hello_generate()
_nx_crypto_ecjpake_key_exchange_generate()
All items filtered out
_nx_crypto_ecjpake_schnorr_zkp_generate()
_nx_crypto_memcpy_ptr
_nx_crypto_huge_number_subtract()
_nx_crypto_huge_number_multiply()
_nx_crypto_huge_number_modulus()
_nx_crypto_ec_key_pair_generation_extra()
_nx_crypto_ecjpake_schnorr_zkp_hash()
All items filtered out
Data Use
from
examples
_nx_crypto_ecjpake_schnorr_zkp_generate()
reads 5 variables and writes 4 variables:
NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_number_data
NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_number_size
NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_buffer_size
NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_number_is_negative
NX_CRYPTO_EC_STRUCT::nx_crypto_ec_n
All items filtered out
_nx_crypto_ecjpake_schnorr_zkp_generate()
NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_number_data
NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_number_size
NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_buffer_size
NX_CRYPTO_HUGE_NUMBER_STRUCT::nx_crypto_huge_number_is_negative
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out