Home
last modified time | relevance | path

Searched refs:nx_crypto_phash_seed_length (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_phash.h69 UINT nx_crypto_phash_seed_length; member
/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_phash.c111 seed_len = phash -> nx_crypto_phash_seed_length; in _nx_crypto_phash()
133 A_len = phash -> nx_crypto_phash_seed_length; in _nx_crypto_phash()
Dnx_crypto_tls_prf_sha256.c287 phash -> nx_crypto_phash_seed_length = key_size_in_bits + input_length_in_byte; in _nx_crypto_method_prf_sha_256_operation()
Dnx_crypto_tls_prf_sha384.c287 phash -> nx_crypto_phash_seed_length = key_size_in_bits + input_length_in_byte; in _nx_crypto_method_prf_sha384_operation()
Dnx_crypto_tls_prf_sha512.c287 phash -> nx_crypto_phash_seed_length = key_size_in_bits + input_length_in_byte; in _nx_crypto_method_prf_sha512_operation()
Dnx_crypto_tls_prf_1.c288 phash -> nx_crypto_phash_seed_length = key_size_in_bits + input_length_in_byte; in _nx_crypto_method_prf_1_operation()