Home
last modified time | relevance | path

Searched refs:MBEDTLS_MODE_CHACHAPOLY (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/programs/cipher/
Dcipher_aead_demo.c166 : mode == MBEDTLS_MODE_CHACHAPOLY ? "ChachaPoly" in aead_info()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dcipher.h184 MBEDTLS_MODE_CHACHAPOLY, /**< The ChaCha-Poly cipher mode. */ enumerator
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_ticket.c243 mbedtls_cipher_info_get_mode(cipher_info) != MBEDTLS_MODE_CHACHAPOLY) { in mbedtls_ssl_ticket_setup()
Dpsa_crypto_cipher.c197 *mode = MBEDTLS_MODE_CHACHAPOLY; in mbedtls_cipher_values_from_psa()
Dcipher_wrap.c2044 MBEDTLS_MODE_CHACHAPOLY,
Dssl_tls.c2391 mode == MBEDTLS_MODE_CHACHAPOLY) { in mbedtls_ssl_get_base_mode()
8968 == MBEDTLS_MODE_CHACHAPOLY); in ssl_tls12_populate_transform()
Dssl_msg.c5497 case MBEDTLS_MODE_CHACHAPOLY: in mbedtls_ssl_get_record_expansion()
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/
Dssl_helpers.c1232 *cipher_mode = MBEDTLS_MODE_CHACHAPOLY; in mbedtls_test_ssl_cipher_info_from_type()
1475 case MBEDTLS_MODE_CHACHAPOLY: in mbedtls_test_ssl_build_transforms()