Home
last modified time | relevance | path

Searched refs:nx_secure_tls_prf_temp_A_buffer (Results 1 – 8 of 8) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_tls_prf_sha256.c290 phash -> nx_crypto_phash_temp_A = prf -> nx_secure_tls_prf_temp_A_buffer; in _nx_crypto_method_prf_sha_256_operation()
291 phash -> nx_crypto_phash_temp_A_size = sizeof(prf -> nx_secure_tls_prf_temp_A_buffer); in _nx_crypto_method_prf_sha_256_operation()
Dnx_crypto_tls_prf_sha384.c290 phash -> nx_crypto_phash_temp_A = prf -> nx_secure_tls_prf_temp_A_buffer; in _nx_crypto_method_prf_sha384_operation()
291 phash -> nx_crypto_phash_temp_A_size = sizeof(prf -> nx_secure_tls_prf_temp_A_buffer); in _nx_crypto_method_prf_sha384_operation()
Dnx_crypto_tls_prf_sha512.c290 phash -> nx_crypto_phash_temp_A = prf -> nx_secure_tls_prf_temp_A_buffer; in _nx_crypto_method_prf_sha512_operation()
291 phash -> nx_crypto_phash_temp_A_size = sizeof(prf -> nx_secure_tls_prf_temp_A_buffer); in _nx_crypto_method_prf_sha512_operation()
Dnx_crypto_tls_prf_1.c291 phash -> nx_crypto_phash_temp_A = prf -> nx_secure_tls_prf_temp_A_buffer; in _nx_crypto_method_prf_1_operation()
292 phash -> nx_crypto_phash_temp_A_size = sizeof(prf -> nx_secure_tls_prf_temp_A_buffer); in _nx_crypto_method_prf_1_operation()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_tls_prf_sha384.h65 …UCHAR nx_secure_tls_prf_temp_A_buffer[128]; /* The temp_A buffer needs to be large enough to holdt… member
Dnx_crypto_tls_prf_sha512.h65 …UCHAR nx_secure_tls_prf_temp_A_buffer[144]; /* The temp_A buffer needs to be large enough to holdt… member
Dnx_crypto_tls_prf_1.h69 …UCHAR nx_secure_tls_prf_temp_A_buffer[100]; /* The temp_A buffer needs to be large enough to holdt… member
Dnx_crypto_tls_prf_sha256.h69 …UCHAR nx_secure_tls_prf_temp_A_buffer[112]; /* The temp_A buffer needs to be large enough to holdt… member