Lines Matching refs:hash_method

73                                             NX_CRYPTO_METHOD *hash_method,  in _nx_crypto_ecjpake_init()  argument
82 ecjpake -> nx_crypto_ecjpake_hash_method = hash_method; in _nx_crypto_ecjpake_init()
776 NX_CRYPTO_KEEP UINT _nx_crypto_ecjpake_schnorr_zkp_hash(NX_CRYPTO_METHOD *hash_method, in _nx_crypto_ecjpake_schnorr_zkp_hash() argument
791 if (hash_method -> nx_crypto_init) in _nx_crypto_ecjpake_schnorr_zkp_hash()
793 status = hash_method -> nx_crypto_init(hash_method, in _nx_crypto_ecjpake_schnorr_zkp_hash()
798 hash_method -> nx_crypto_metadata_area_size); in _nx_crypto_ecjpake_schnorr_zkp_hash()
806 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_INITIALIZE, in _nx_crypto_ecjpake_schnorr_zkp_hash()
808 hash_method, in _nx_crypto_ecjpake_schnorr_zkp_hash()
817 hash_method -> nx_crypto_metadata_area_size, in _nx_crypto_ecjpake_schnorr_zkp_hash()
830 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_crypto_ecjpake_schnorr_zkp_hash()
832 hash_method, in _nx_crypto_ecjpake_schnorr_zkp_hash()
841 hash_method -> nx_crypto_metadata_area_size, in _nx_crypto_ecjpake_schnorr_zkp_hash()
851 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_crypto_ecjpake_schnorr_zkp_hash()
853 hash_method, in _nx_crypto_ecjpake_schnorr_zkp_hash()
862 hash_method -> nx_crypto_metadata_area_size, in _nx_crypto_ecjpake_schnorr_zkp_hash()
876 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_crypto_ecjpake_schnorr_zkp_hash()
878 hash_method, in _nx_crypto_ecjpake_schnorr_zkp_hash()
887 hash_method -> nx_crypto_metadata_area_size, in _nx_crypto_ecjpake_schnorr_zkp_hash()
897 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_crypto_ecjpake_schnorr_zkp_hash()
899 hash_method, in _nx_crypto_ecjpake_schnorr_zkp_hash()
908 hash_method -> nx_crypto_metadata_area_size, in _nx_crypto_ecjpake_schnorr_zkp_hash()
922 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_crypto_ecjpake_schnorr_zkp_hash()
924 hash_method, in _nx_crypto_ecjpake_schnorr_zkp_hash()
933 hash_method -> nx_crypto_metadata_area_size, in _nx_crypto_ecjpake_schnorr_zkp_hash()
943 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_crypto_ecjpake_schnorr_zkp_hash()
945 hash_method, in _nx_crypto_ecjpake_schnorr_zkp_hash()
954 hash_method -> nx_crypto_metadata_area_size, in _nx_crypto_ecjpake_schnorr_zkp_hash()
964 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_crypto_ecjpake_schnorr_zkp_hash()
966 hash_method, in _nx_crypto_ecjpake_schnorr_zkp_hash()
975 hash_method -> nx_crypto_metadata_area_size, in _nx_crypto_ecjpake_schnorr_zkp_hash()
985 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_crypto_ecjpake_schnorr_zkp_hash()
987 hash_method, in _nx_crypto_ecjpake_schnorr_zkp_hash()
996 hash_method -> nx_crypto_metadata_area_size, in _nx_crypto_ecjpake_schnorr_zkp_hash()
1005 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_crypto_ecjpake_schnorr_zkp_hash()
1007 hash_method, in _nx_crypto_ecjpake_schnorr_zkp_hash()
1014 hash_method -> nx_crypto_ICV_size_in_bits >> 3, in _nx_crypto_ecjpake_schnorr_zkp_hash()
1016 hash_method -> nx_crypto_metadata_area_size, in _nx_crypto_ecjpake_schnorr_zkp_hash()
1027 hash_method -> nx_crypto_ICV_size_in_bits >> 3); in _nx_crypto_ecjpake_schnorr_zkp_hash()
1036 if (hash_method -> nx_crypto_cleanup) in _nx_crypto_ecjpake_schnorr_zkp_hash()
1038 status = hash_method -> nx_crypto_cleanup(hash_metadata); in _nx_crypto_ecjpake_schnorr_zkp_hash()
1105 NX_CRYPTO_KEEP UINT _nx_crypto_ecjpake_schnorr_zkp_generate(NX_CRYPTO_METHOD *hash_method, in _nx_crypto_ecjpake_schnorr_zkp_generate() argument
1127 status = _nx_crypto_ecjpake_schnorr_zkp_hash(hash_method, in _nx_crypto_ecjpake_schnorr_zkp_generate()
1208 NX_CRYPTO_KEEP UINT _nx_crypto_ecjpake_schnorr_zkp_verify(NX_CRYPTO_METHOD *hash_method, in _nx_crypto_ecjpake_schnorr_zkp_verify() argument
1231 _nx_crypto_ecjpake_schnorr_zkp_hash(hash_method, in _nx_crypto_ecjpake_schnorr_zkp_verify()
1398 NX_CRYPTO_KEEP UINT _nx_crypto_ecjpake_pre_master_secret_generate(NX_CRYPTO_METHOD *hash_method, in _nx_crypto_ecjpake_pre_master_secret_generate() argument
1441 if (hash_method -> nx_crypto_init) in _nx_crypto_ecjpake_pre_master_secret_generate()
1443 status = hash_method -> nx_crypto_init(hash_method, in _nx_crypto_ecjpake_pre_master_secret_generate()
1448 hash_method -> nx_crypto_metadata_area_size); in _nx_crypto_ecjpake_pre_master_secret_generate()
1456 status = hash_method -> nx_crypto_operation(NX_CRYPTO_AUTHENTICATE, in _nx_crypto_ecjpake_pre_master_secret_generate()
1458 hash_method, in _nx_crypto_ecjpake_pre_master_secret_generate()
1465 hash_method -> nx_crypto_ICV_size_in_bits >> 3, in _nx_crypto_ecjpake_pre_master_secret_generate()
1467 hash_method -> nx_crypto_metadata_area_size, in _nx_crypto_ecjpake_pre_master_secret_generate()
1477 if (hash_method -> nx_crypto_cleanup) in _nx_crypto_ecjpake_pre_master_secret_generate()
1479 status = hash_method -> nx_crypto_cleanup(hash_metadata); in _nx_crypto_ecjpake_pre_master_secret_generate()
1534 UINT _nx_crypto_ecjpake_key_encryption_key_generate(NX_CRYPTO_METHOD *hash_method, in _nx_crypto_ecjpake_key_encryption_key_generate() argument
1544 if (hash_method -> nx_crypto_init) in _nx_crypto_ecjpake_key_encryption_key_generate()
1546 status = hash_method -> nx_crypto_init(hash_method, in _nx_crypto_ecjpake_key_encryption_key_generate()
1551 hash_method -> nx_crypto_metadata_area_size); in _nx_crypto_ecjpake_key_encryption_key_generate()
1560 status = hash_method -> nx_crypto_operation(NX_CRYPTO_AUTHENTICATE, in _nx_crypto_ecjpake_key_encryption_key_generate()
1562 hash_method, in _nx_crypto_ecjpake_key_encryption_key_generate()
1569 hash_method -> nx_crypto_ICV_size_in_bits >> 3, in _nx_crypto_ecjpake_key_encryption_key_generate()
1571 hash_method -> nx_crypto_metadata_area_size, in _nx_crypto_ecjpake_key_encryption_key_generate()
1583 if (hash_method -> nx_crypto_cleanup) in _nx_crypto_ecjpake_key_encryption_key_generate()
1585 status = hash_method -> nx_crypto_cleanup(hash_metadata); in _nx_crypto_ecjpake_key_encryption_key_generate()