Searched refs:mbedtls_cipher_error_from_psa (Results 1 – 2 of 2) sorted by relevance
45 static int mbedtls_cipher_error_from_psa(psa_status_t status) in mbedtls_cipher_error_from_psa() function138 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()
616 After calling a PSA function, `block_cipher` functions call `mbedtls_cipher_error_from_psa` to conv…