Lines Matching refs:method
74 NX_CRYPTO_KEEP UINT _nx_crypto_method_hmac_sha256_init(struct NX_CRYPTO_METHOD_STRUCT *method, in _nx_crypto_method_hmac_sha256_init() argument
87 … if ((method == NX_CRYPTO_NULL) || (key == NX_CRYPTO_NULL) || (crypto_metadata == NX_CRYPTO_NULL)) in _nx_crypto_method_hmac_sha256_init()
225 struct NX_CRYPTO_METHOD_STRUCT *method, in _nx_crypto_method_hmac_sha256_operation() argument
250 …if((method == NX_CRYPTO_NULL) || (crypto_metadata == NX_CRYPTO_NULL) || ((((ULONG)crypto_metadata)… in _nx_crypto_method_hmac_sha256_operation()
260 if (method -> nx_crypto_algorithm == NX_CRYPTO_AUTHENTICATION_HMAC_SHA2_224) in _nx_crypto_method_hmac_sha256_operation()
264 else if (method -> nx_crypto_algorithm == NX_CRYPTO_AUTHENTICATION_HMAC_SHA2_256) in _nx_crypto_method_hmac_sha256_operation()
280 method -> nx_crypto_algorithm, in _nx_crypto_method_hmac_sha256_operation()
309 … (output_length_in_byte > (ULONG)((method -> nx_crypto_ICV_size_in_bits) >> 3) ? in _nx_crypto_method_hmac_sha256_operation()
310 … ((method -> nx_crypto_ICV_size_in_bits) >> 3) : output_length_in_byte)); in _nx_crypto_method_hmac_sha256_operation()
324 … (output_length_in_byte > (ULONG)((method -> nx_crypto_ICV_size_in_bits) >> 3) ? in _nx_crypto_method_hmac_sha256_operation()
325 ((method -> nx_crypto_ICV_size_in_bits) >> 3) : output_length_in_byte)); in _nx_crypto_method_hmac_sha256_operation()