Searched refs:other_secret (Results 1 – 4 of 4) sorted by relevance
/mbedtls-3.7.0/include/psa/ |
D | crypto_builtin_key_derivation.h | 85 uint8_t *MBEDTLS_PRIVATE(other_secret);
|
/mbedtls-3.7.0/library/ |
D | psa_crypto.c | 5529 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);
|
D | ssl_tls.c | 6685 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/ |
D | test_suite_psa_crypto.data | 6068 # ol = other_secret length in bytes
|