Lines Matching refs:hash_method

693 NX_CRYPTO_METHOD *hash_method;  in _nx_crypto_method_ecdsa_operation()  local
787 hash_method = (NX_CRYPTO_METHOD *)input; in _nx_crypto_method_ecdsa_operation()
791 if ((hash_method -> nx_crypto_metadata_area_size + in _nx_crypto_method_ecdsa_operation()
792 (hash_method -> nx_crypto_ICV_size_in_bits >> 3)) > in _nx_crypto_method_ecdsa_operation()
799 ecdsa -> nx_crypto_ecdsa_hash_method = hash_method; in _nx_crypto_method_ecdsa_operation()
804 hash_method = ecdsa -> nx_crypto_ecdsa_hash_method; in _nx_crypto_method_ecdsa_operation()
805 if (hash_method == NX_CRYPTO_NULL) in _nx_crypto_method_ecdsa_operation()
816 …(sizeof(ecdsa -> nx_crypto_ecdsa_scratch_buffer) - (hash_method -> nx_crypto_ICV_size_in_bits >> 3… in _nx_crypto_method_ecdsa_operation()
819 if (hash_method -> nx_crypto_init) in _nx_crypto_method_ecdsa_operation()
821 status = hash_method -> nx_crypto_init(hash_method, in _nx_crypto_method_ecdsa_operation()
826 hash_method -> nx_crypto_metadata_area_size); in _nx_crypto_method_ecdsa_operation()
831 status = hash_method -> nx_crypto_operation(NX_CRYPTO_AUTHENTICATE, in _nx_crypto_method_ecdsa_operation()
833 hash_method, in _nx_crypto_method_ecdsa_operation()
840 … (hash_method -> nx_crypto_ICV_size_in_bits >> 3), in _nx_crypto_method_ecdsa_operation()
842hash_method -> nx_crypto_metadata_area_size, in _nx_crypto_method_ecdsa_operation()
851 if (hash_method -> nx_crypto_cleanup) in _nx_crypto_method_ecdsa_operation()
853 status = hash_method -> nx_crypto_cleanup(ecdsa -> nx_crypto_ecdsa_scratch_buffer); in _nx_crypto_method_ecdsa_operation()
873 (hash_method -> nx_crypto_ICV_size_in_bits >> 3), in _nx_crypto_method_ecdsa_operation()
887 (hash_method -> nx_crypto_ICV_size_in_bits >> 3), in _nx_crypto_method_ecdsa_operation()