Searched refs:other_secret (Results 1 – 4 of 4) sorted by relevance
/mbedtls-latest/include/psa/ |
D | crypto_builtin_key_derivation.h | 85 uint8_t *MBEDTLS_PRIVATE(other_secret);
|
/mbedtls-latest/library/ |
D | psa_crypto.c | 5574 if (operation->ctx.tls12_prf.other_secret != NULL) { 5575 mbedtls_zeroize_and_free(operation->ctx.tls12_prf.other_secret, 7063 memcpy(cur, prf->other_secret, prf->other_secret_length); 7064 mbedtls_platform_zeroize(prf->other_secret, prf->other_secret_length); 7095 prf->other_secret = mbedtls_calloc(1, data_length); 7096 if (prf->other_secret == NULL) { 7100 memcpy(prf->other_secret, data, data_length);
|
D | ssl_tls.c | 6650 const unsigned char *other_secret, in setup_psa_key_derivation() argument 6669 if (other_secret != NULL) { in setup_psa_key_derivation() 6672 other_secret, other_secret_length); in setup_psa_key_derivation() 7052 unsigned char *other_secret = NULL; in ssl_compute_master() local 7062 other_secret = handshake->premaster + 2; in ssl_compute_master() 7067 other_secret = handshake->premaster + 2; in ssl_compute_master() 7078 other_secret, other_secret_len, in ssl_compute_master()
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto.data | 6084 # ol = other_secret length in bytes
|