Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_tls_prf_1.c108 phash -> nx_crypto_phash_secret_length = key_size_in_bits; in _nx_crypto_method_prf_1_init()
310 secret_len = (phash -> nx_crypto_phash_secret_length + 1) / 2; in _nx_crypto_method_prf_1_operation()
314 if (phash -> nx_crypto_phash_secret_length % 2) in _nx_crypto_method_prf_1_operation()
326 phash -> nx_crypto_phash_secret_length = secret_len; in _nx_crypto_method_prf_1_operation()
Dnx_crypto_tls_prf_sha256.c108 phash -> nx_crypto_phash_secret_length = key_size_in_bits; in _nx_crypto_method_prf_sha_256_init()
Dnx_crypto_tls_prf_sha384.c109 phash -> nx_crypto_phash_secret_length = key_size_in_bits; in _nx_crypto_method_prf_sha384_init()
Dnx_crypto_tls_prf_sha512.c109 phash -> nx_crypto_phash_secret_length = key_size_in_bits; in _nx_crypto_method_prf_sha512_init()
Dnx_crypto_phash.c109 secret_len = phash -> nx_crypto_phash_secret_length; in _nx_crypto_phash()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_phash.h67 NX_CRYPTO_KEY_SIZE nx_crypto_phash_secret_length; member