Searched refs:psa_cipher_set_iv (Results 1 - 10 of 10) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
H A D | crypto_spe.h | 88 #define psa_cipher_set_iv \ macro 89 PSA_FUNCTION_NAME(psa_cipher_set_iv)
|
/third_party/mbedtls/programs/psa/ |
H A D | crypto_examples.c | 145 status = psa_cipher_set_iv(&operation, iv, iv_size); in cipher_decrypt()
|
/third_party/mbedtls/include/psa/ |
H A D | crypto.h | 1723 * -# 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 D | psa_test_wrappers.h | 245 #define psa_cipher_set_iv(arg0_operation, arg1_iv, arg2_iv_length) \ macro
|
/third_party/mbedtls/tests/src/ |
H A D | psa_test_wrappers.c | 420 /* 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 D | psa_exercise_key.c | 233 PSA_ASSERT(psa_cipher_set_iv(&operation, in exercise_cipher_key()
|
/third_party/mbedtls/library/ |
H A D | cipher.c | 1349 status = psa_cipher_set_iv(&cipher_op, iv, iv_len); in mbedtls_cipher_crypt()
|
H A D | ssl_msg.c | 1321 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 D | psa_crypto.c | 4382 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 D | ssl_helpers.c | 1104 status = psa_cipher_set_iv(&cipher_op, iv, iv_len); in mbedtls_test_psa_cipher_encrypt_helper()
|
Completed in 34 milliseconds