Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_builtin_key_derivation.h49 uint8_t MBEDTLS_PRIVATE(data)[PSA_TLS12_ECJPAKE_TO_PMS_DATA_SIZE];
H A Dcrypto_sizes.h298 #define PSA_TLS12_ECJPAKE_TO_PMS_DATA_SIZE 32u macro
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto.c6082 PSA_TLS12_ECJPAKE_TO_PMS_DATA_SIZE, output, output_length, in psa_key_derivation_tls12_ecjpake_to_pms_read()
7328 memcpy(ecjpake->data, data + 1, PSA_TLS12_ECJPAKE_TO_PMS_DATA_SIZE); in psa_tls12_ecjpake_to_pms_input()
H A Dssl_tls.c7169 handshake->pmslen = PSA_TLS12_ECJPAKE_TO_PMS_DATA_SIZE; in ssl_compute_master()
7177 PSA_TLS12_ECJPAKE_TO_PMS_DATA_SIZE); in ssl_compute_master()