Home
last modified time | relevance | path

Searched refs:mbedtls_psa_cipher_set_iv (Results 1 - 4 of 4) sorted by relevance

/third_party/mbedtls/library/
H A Dpsa_crypto_cipher.c382 psa_status_t mbedtls_psa_cipher_set_iv( in mbedtls_psa_cipher_set_iv() function
629 status = mbedtls_psa_cipher_set_iv(&operation, iv, iv_length); in mbedtls_psa_cipher_encrypt()
685 status = mbedtls_psa_cipher_set_iv(&operation, in mbedtls_psa_cipher_decrypt()
H A Dpsa_crypto_cipher.h136 psa_status_t mbedtls_psa_cipher_set_iv(
H A Dpsa_crypto_driver_wrappers.c1180 return (mbedtls_psa_cipher_set_iv(&operation->ctx.mbedtls_ctx, iv, iv_length)); in psa_driver_wrapper_cipher_set_iv()
/third_party/mbedtls/tests/src/drivers/
H A Dtest_driver_cipher.c229 return mbedtls_psa_cipher_set_iv(operation, iv, iv_length); in mbedtls_test_transparent_cipher_set_iv()

Completed in 6 milliseconds