Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dblock_cipher.c45 static int mbedtls_cipher_error_from_psa(psa_status_t status) in mbedtls_cipher_error_from_psa() function
138 return mbedtls_cipher_error_from_psa(status); in mbedtls_block_cipher_setkey()
176 return mbedtls_cipher_error_from_psa(status); in mbedtls_block_cipher_encrypt()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/psa-migration/
H A Dmd-cipher-dispatch.md616 After calling a PSA function, `block_cipher` functions call `mbedtls_cipher_error_from_psa` to conv…