Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dssl_tls.c8740 int is_chachapoly = 0; in ssl_tls12_populate_transform() local
8742 is_chachapoly = (key_type == PSA_KEY_TYPE_CHACHA20); in ssl_tls12_populate_transform()
8744 is_chachapoly = (mbedtls_cipher_info_get_mode(cipher_info) in ssl_tls12_populate_transform()
8748 if (is_chachapoly) { in ssl_tls12_populate_transform()