Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dcipher.c180 mbedtls_cipher_context_psa * const cipher_psa = in mbedtls_cipher_free()
181 (mbedtls_cipher_context_psa *) ctx->cipher_ctx; in mbedtls_cipher_free()
247 mbedtls_cipher_context_psa *cipher_psa; in mbedtls_cipher_setup_psa()
262 cipher_psa = mbedtls_calloc( 1, sizeof(mbedtls_cipher_context_psa ) ); in mbedtls_cipher_setup_psa()
288 mbedtls_cipher_context_psa * const cipher_psa = in mbedtls_cipher_setkey()
289 (mbedtls_cipher_context_psa *) ctx->cipher_ctx; in mbedtls_cipher_setkey()
1220 mbedtls_cipher_context_psa * const cipher_psa = in mbedtls_cipher_crypt()
1221 (mbedtls_cipher_context_psa *) ctx->cipher_ctx; in mbedtls_cipher_crypt()
1309 mbedtls_cipher_context_psa * const cipher_psa = in mbedtls_cipher_aead_encrypt()
1310 (mbedtls_cipher_context_psa *) ctx->cipher_ctx; in mbedtls_cipher_aead_encrypt()
[all …]
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dcipher_internal.h139 } mbedtls_cipher_context_psa; typedef