Lines Matching refs:algorithm
149 hmac_metadata -> crypto_initialize(hmac_metadata -> context, hmac_metadata -> algorithm); in _nx_crypto_hmac_initialize()
153 …etadata -> crypto_digest_calculate(hmac_metadata -> context, temp_key, hmac_metadata -> algorithm); in _nx_crypto_hmac_initialize()
160 hmac_metadata -> crypto_initialize(hmac_metadata -> context, hmac_metadata -> algorithm); in _nx_crypto_hmac_initialize()
304 …metadata -> crypto_digest_calculate(hmac_metadata -> context, icv_ptr, hmac_metadata -> algorithm); in _nx_crypto_hmac_digest_calculate()
306 hmac_metadata -> crypto_initialize(hmac_metadata -> context, hmac_metadata -> algorithm); in _nx_crypto_hmac_digest_calculate()
312 …metadata -> crypto_digest_calculate(hmac_metadata -> context, icv_ptr, hmac_metadata -> algorithm); in _nx_crypto_hmac_digest_calculate()
380 … UINT algorithm, UINT block_size, UINT output_length, in _nx_crypto_hmac_metadata_set() argument
387 hmac_metadata -> algorithm = algorithm; in _nx_crypto_hmac_metadata_set()
436 UINT _nx_crypto_hmac_hash_initialize(VOID *context, UINT algorithm) in _nx_crypto_hmac_hash_initialize() argument
443 NX_CRYPTO_PARAMETER_NOT_USED(algorithm); in _nx_crypto_hmac_hash_initialize()
590 UINT _nx_crypto_hmac_hash_digest_calculate(VOID *context, UCHAR *digest, UINT algorithm) in _nx_crypto_hmac_hash_digest_calculate() argument
597 NX_CRYPTO_PARAMETER_NOT_USED(algorithm); in _nx_crypto_hmac_hash_digest_calculate()