Home
last modified time | relevance | path

Searched refs:other_secret_length (Results 1 – 3 of 3) sorted by relevance

/mbedtls-latest/include/psa/
Dcrypto_builtin_key_derivation.h86 size_t MBEDTLS_PRIVATE(other_secret_length);
/mbedtls-latest/library/
Dpsa_crypto.c5576 operation->ctx.tls12_prf.other_secret_length);
7028 4 + data_length + prf->other_secret_length :
7060 *cur++ = MBEDTLS_BYTE_1(prf->other_secret_length);
7061 *cur++ = MBEDTLS_BYTE_0(prf->other_secret_length);
7062 if (prf->other_secret_length != 0) {
7063 memcpy(cur, prf->other_secret, prf->other_secret_length);
7064 mbedtls_platform_zeroize(prf->other_secret, prf->other_secret_length);
7065 cur += prf->other_secret_length;
7101 prf->other_secret_length = data_length;
7103 prf->other_secret_length = 0;
Dssl_tls.c6651 size_t other_secret_length, in setup_psa_key_derivation() argument
6672 other_secret, other_secret_length); in setup_psa_key_derivation()