Searched refs:mbedtls_ssl_cipher_to_psa (Results 1 – 6 of 6) sorted by relevance
/mbedtls-latest/library/ |
D | ssl_ticket.c | 230 if (mbedtls_ssl_cipher_to_psa(cipher, TICKET_AUTH_TAG_BYTES, in mbedtls_ssl_ticket_setup()
|
D | ssl_tls13_keys.c | 1050 if ((status = mbedtls_ssl_cipher_to_psa((mbedtls_cipher_type_t) ciphersuite_info->cipher, in mbedtls_ssl_tls13_populate_transform() 1109 status = mbedtls_ssl_cipher_to_psa((mbedtls_cipher_type_t) ciphersuite_info->cipher, taglen, in ssl_tls13_get_cipher_key_info()
|
D | ssl_ciphersuites.c | 1911 status = mbedtls_ssl_cipher_to_psa((mbedtls_cipher_type_t) info->cipher, in mbedtls_ssl_ciphersuite_get_cipher_key_bitlen()
|
D | ssl_misc.h | 2675 psa_status_t mbedtls_ssl_cipher_to_psa(mbedtls_cipher_type_t mbedtls_cipher_type,
|
D | ssl_tls.c | 2433 status = mbedtls_ssl_cipher_to_psa((mbedtls_cipher_type_t) suite->cipher, in mbedtls_ssl_get_mode_from_ciphersuite() 2456 psa_status_t mbedtls_ssl_cipher_to_psa(mbedtls_cipher_type_t mbedtls_cipher_type, in mbedtls_ssl_cipher_to_psa() function 8645 if ((status = mbedtls_ssl_cipher_to_psa((mbedtls_cipher_type_t) ciphersuite_info->cipher, in ssl_tls12_populate_transform()
|
/mbedtls-latest/tests/src/test_helpers/ |
D | ssl_helpers.c | 1540 status = mbedtls_ssl_cipher_to_psa(cipher_type, in mbedtls_test_ssl_build_transforms()
|