Lines Matching refs:hash_method
93 NX_CRYPTO_METHOD *hash_method = phash -> nx_crypto_hmac_method; in _nx_crypto_phash() local
98 if (hash_method == NX_CRYPTO_NULL in _nx_crypto_phash()
99 || hash_method -> nx_crypto_operation == NX_CRYPTO_NULL in _nx_crypto_phash()
100 || hash_method -> nx_crypto_cleanup == NX_CRYPTO_NULL in _nx_crypto_phash()
113 hash_size = hash_method -> nx_crypto_ICV_size_in_bits >> 3; in _nx_crypto_phash()
138 if (hash_method -> nx_crypto_init) in _nx_crypto_phash()
140 status = hash_method -> nx_crypto_init(hash_method, in _nx_crypto_phash()
153 status = hash_method -> nx_crypto_operation(NX_CRYPTO_AUTHENTICATE, in _nx_crypto_phash()
155 hash_method, in _nx_crypto_phash()
196 status = hash_method -> nx_crypto_operation(NX_CRYPTO_AUTHENTICATE, in _nx_crypto_phash()
198 hash_method, in _nx_crypto_phash()
225 status = hash_method -> nx_crypto_cleanup(metadata); in _nx_crypto_phash()