Home
last modified time | relevance | path

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

/mbedtls-3.7.0/include/psa/
Dcrypto_builtin_key_derivation.h85 uint8_t *MBEDTLS_PRIVATE(other_secret);
/mbedtls-3.7.0/library/
Dpsa_crypto.c5529 if (operation->ctx.tls12_prf.other_secret != NULL) {
5530 mbedtls_zeroize_and_free(operation->ctx.tls12_prf.other_secret,
7001 memcpy(cur, prf->other_secret, prf->other_secret_length);
7002 mbedtls_platform_zeroize(prf->other_secret, prf->other_secret_length);
7033 prf->other_secret = mbedtls_calloc(1, data_length);
7034 if (prf->other_secret == NULL) {
7038 memcpy(prf->other_secret, data, data_length);
Dssl_tls.c6685 const unsigned char *other_secret, in setup_psa_key_derivation() argument
6704 if (other_secret != NULL) { in setup_psa_key_derivation()
6707 other_secret, other_secret_length); in setup_psa_key_derivation()
7087 unsigned char *other_secret = NULL; in ssl_compute_master() local
7097 other_secret = handshake->premaster + 2; in ssl_compute_master()
7102 other_secret = handshake->premaster + 2; in ssl_compute_master()
7113 other_secret, other_secret_len, in ssl_compute_master()
/mbedtls-3.7.0/tests/suites/
Dtest_suite_psa_crypto.data6068 # ol = other_secret length in bytes