Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls.c8801 int is_chachapoly = 0; in ssl_tls12_populate_transform() local
8803 is_chachapoly = (key_type == PSA_KEY_TYPE_CHACHA20); in ssl_tls12_populate_transform()
8805 is_chachapoly = (mbedtls_cipher_info_get_mode(cipher_info) in ssl_tls12_populate_transform()
8809 if (is_chachapoly) { in ssl_tls12_populate_transform()