Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Dcipher.h201 MBEDTLS_MODE_CHACHAPOLY, /**< The ChaCha-Poly cipher mode. */ enumerator
/third_party/mbedtls/library/
Dpsa_crypto_cipher.c81 mode = MBEDTLS_MODE_CHACHAPOLY; in mbedtls_cipher_info_from_psa()
Dssl_msg.c741 mode == MBEDTLS_MODE_CHACHAPOLY ) in mbedtls_ssl_encrypt_buf()
1072 mode == MBEDTLS_MODE_CHACHAPOLY ) in mbedtls_ssl_decrypt_buf()
4880 case MBEDTLS_MODE_CHACHAPOLY: in mbedtls_ssl_get_record_expansion()
Dcipher_wrap.c1914 MBEDTLS_MODE_CHACHAPOLY,
Dssl_tls.c824 mbedtls_cipher_info_get_mode( cipher_info ) == MBEDTLS_MODE_CHACHAPOLY ) in ssl_tls12_populate_transform()
842 if( mbedtls_cipher_info_get_mode( cipher_info ) == MBEDTLS_MODE_CHACHAPOLY ) in ssl_tls12_populate_transform()
/third_party/mbedtls/tests/suites/
Dtest_suite_ssl.function1356 case MBEDTLS_MODE_CHACHAPOLY: