Home
last modified time | relevance | path

Searched refs:psa_cipher_set_iv (Results 1 - 10 of 10) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h88 #define psa_cipher_set_iv \ macro
89 PSA_FUNCTION_NAME(psa_cipher_set_iv)
/third_party/mbedtls/programs/psa/
H A Dcrypto_examples.c145 status = psa_cipher_set_iv(&operation, iv, iv_size); in cipher_decrypt()
/third_party/mbedtls/include/psa/
H A Dcrypto.h1723 * -# Call either psa_cipher_generate_iv() or psa_cipher_set_iv() to
1786 * -# Call psa_cipher_set_iv() with the IV (initialization vector) for the
1914 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation,
1925 * (recommended when encrypting) or psa_cipher_set_iv().
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h245 #define psa_cipher_set_iv(arg0_operation, arg1_iv, arg2_iv_length) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c420 /* Wrapper for psa_cipher_set_iv */
429 psa_status_t status = (psa_cipher_set_iv)(arg0_operation, arg1_iv, arg2_iv_length); in mbedtls_test_wrap_psa_cipher_set_iv()
H A Dpsa_exercise_key.c233 PSA_ASSERT(psa_cipher_set_iv(&operation, in exercise_cipher_key()
/third_party/mbedtls/library/
H A Dcipher.c1349 status = psa_cipher_set_iv(&cipher_op, iv, iv_len); in mbedtls_cipher_crypt()
H A Dssl_msg.c1321 status = psa_cipher_set_iv(&cipher_op, transform->iv_enc, transform->ivlen); in mbedtls_ssl_encrypt_buf()
1325 MBEDTLS_SSL_DEBUG_RET(1, "psa_cipher_set_iv", ret); in mbedtls_ssl_encrypt_buf()
1861 status = psa_cipher_set_iv(&cipher_op, transform->iv_dec, transform->ivlen); in mbedtls_ssl_decrypt_buf()
1865 MBEDTLS_SSL_DEBUG_RET(1, "psa_cipher_set_iv", ret); in mbedtls_ssl_decrypt_buf()
H A Dpsa_crypto.c4382 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation, in psa_cipher_set_iv() function
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c1104 status = psa_cipher_set_iv(&cipher_op, iv, iv_len); in mbedtls_test_psa_cipher_encrypt_helper()

Completed in 33 milliseconds