Home
last modified time | relevance | path

Searched refs:other_secret (Results 1 – 4 of 4) sorted by relevance

/mbedtls-latest/include/psa/
Dcrypto_builtin_key_derivation.h85 uint8_t *MBEDTLS_PRIVATE(other_secret);
/mbedtls-latest/library/
Dpsa_crypto.c5574 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);
Dssl_tls.c6650 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/
Dtest_suite_psa_crypto.data6084 # ol = other_secret length in bytes