Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dssl_msg.c1310 mode = mbedtls_cipher_get_cipher_mode( &transform->cipher_ctx_dec ); in mbedtls_ssl_decrypt_buf()
1327 if( ( ret = mbedtls_cipher_crypt( &transform->cipher_ctx_dec, in mbedtls_ssl_decrypt_buf()
1426 if( ( ret = mbedtls_cipher_auth_decrypt_ext( &transform->cipher_ctx_dec, in mbedtls_ssl_decrypt_buf()
1579 if( ( ret = mbedtls_cipher_crypt( &transform->cipher_ctx_dec, in mbedtls_ssl_decrypt_buf()
1603 memcpy( transform->iv_dec, transform->cipher_ctx_dec.iv, in mbedtls_ssl_decrypt_buf()
5938 mbedtls_cipher_free( &transform->cipher_ctx_dec ); in mbedtls_ssl_transform_free()
Dssl_tls.c1278 ret = mbedtls_cipher_setup_psa( &transform->cipher_ctx_dec, in ssl_populate_transform()
1305 if( ( ret = mbedtls_cipher_setup( &transform->cipher_ctx_dec, in ssl_populate_transform()
1320 if( ( ret = mbedtls_cipher_setkey( &transform->cipher_ctx_dec, key2, in ssl_populate_transform()
1338 if( ( ret = mbedtls_cipher_set_padding_mode( &transform->cipher_ctx_dec, in ssl_populate_transform()
3646 mbedtls_cipher_init( &transform->cipher_ctx_dec ); in mbedtls_ssl_transform_init()
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dssl_internal.h760 mbedtls_cipher_context_t cipher_ctx_dec; /*!< decryption context */ member
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function1229 CHK( mbedtls_cipher_setup( &t_in->cipher_ctx_dec, cipher_info ) == 0 );
1231 CHK( mbedtls_cipher_setup( &t_out->cipher_ctx_dec, cipher_info ) == 0 );
1238 CHK( mbedtls_cipher_set_padding_mode( &t_in->cipher_ctx_dec,
1242 CHK( mbedtls_cipher_set_padding_mode( &t_out->cipher_ctx_dec,
1249 CHK( mbedtls_cipher_setkey( &t_in->cipher_ctx_dec, key1,
1253 CHK( mbedtls_cipher_setkey( &t_out->cipher_ctx_dec, key0,