Searched refs:nx_crypto_ecjpake_hash_method (Results 1 – 2 of 2) sorted by relevance
83 ecjpake -> nx_crypto_ecjpake_hash_method = hash_method; in _nx_crypto_ecjpake_init()192 status = _nx_crypto_ecjpake_schnorr_zkp_generate(ecjpake -> nx_crypto_ecjpake_hash_method, in _nx_crypto_ecjpake_hello_generate()244 status = _nx_crypto_ecjpake_schnorr_zkp_generate(ecjpake -> nx_crypto_ecjpake_hash_method, in _nx_crypto_ecjpake_hello_generate()379 status = _nx_crypto_ecjpake_schnorr_zkp_verify(ecjpake -> nx_crypto_ecjpake_hash_method, in _nx_crypto_ecjpake_hello_process()418 status = _nx_crypto_ecjpake_schnorr_zkp_verify(ecjpake -> nx_crypto_ecjpake_hash_method, in _nx_crypto_ecjpake_hello_process()531 status = _nx_crypto_ecjpake_schnorr_zkp_generate(ecjpake -> nx_crypto_ecjpake_hash_method, in _nx_crypto_ecjpake_key_exchange_generate()694 status = _nx_crypto_ecjpake_schnorr_zkp_verify(ecjpake -> nx_crypto_ecjpake_hash_method, in _nx_crypto_ecjpake_key_exchange_process()708 status = _nx_crypto_ecjpake_pre_master_secret_generate(ecjpake -> nx_crypto_ecjpake_hash_method, in _nx_crypto_ecjpake_key_exchange_process()1878 ecjpake -> nx_crypto_ecjpake_hash_method = (NX_CRYPTO_METHOD *)input; in _nx_crypto_method_ecjpake_operation()1901 if (ecjpake -> nx_crypto_ecjpake_hash_method != NX_CRYPTO_NULL) in _nx_crypto_method_ecjpake_operation()[all …]
93 NX_CRYPTO_METHOD *nx_crypto_ecjpake_hash_method; member