Home
last modified time | relevance | path

Searched refs:psa_cipher_set_iv (Results 1 – 13 of 13) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h76 #define psa_cipher_set_iv \ macro
77 PSA_FUNCTION_NAME(psa_cipher_set_iv)
/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dcrypto_examples.c133 status = psa_cipher_set_iv(&operation, iv, iv_size); in cipher_decrypt()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function1074 PSA_ASSERT(psa_cipher_set_iv(&operation, output1, iv_size));
1172 PSA_ASSERT(psa_cipher_set_iv(&operation, iv->x, iv->len));
1301 PSA_ASSERT(psa_cipher_set_iv(&operation, iv->x, iv->len));
1508 status = psa_cipher_set_iv(&operation, iv->x, iv->len);
1518 status = psa_cipher_set_iv(&operation, iv->x, iv->len);
1530 status = psa_cipher_set_iv(&operation, iv->x, iv->len);
1579 status = psa_cipher_set_iv(&operation, iv->x, iv->len);
1609 status = psa_cipher_set_iv(&operation, iv->x, iv->len);
Dtest_suite_psa_crypto.function4024 PSA_ASSERT(psa_cipher_set_iv(&operation,
4033 TEST_EQUAL(psa_cipher_set_iv(&operation,
4040 PSA_ASSERT(psa_cipher_set_iv(&operation,
4043 TEST_EQUAL(psa_cipher_set_iv(&operation,
4055 TEST_EQUAL(psa_cipher_set_iv(&operation,
4082 PSA_ASSERT(psa_cipher_set_iv(&operation,
4113 PSA_ASSERT(psa_cipher_set_iv(&operation,
4231 TEST_EQUAL(expected_result, psa_cipher_set_iv(&operation, output,
4282 TEST_EQUAL(psa_cipher_set_iv(&operation, iv, sizeof(iv)),
4285 TEST_EQUAL(psa_cipher_set_iv(&operation, iv, sizeof(iv)),
[all …]
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto.h1914 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation,
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h245 #define psa_cipher_set_iv(arg0_operation, arg1_iv, arg2_iv_length) \ macro
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c233 PSA_ASSERT(psa_cipher_set_iv(&operation, in exercise_cipher_key()
Dpsa_test_wrappers.c429 psa_status_t status = (psa_cipher_set_iv)(arg0_operation, arg1_iv, arg2_iv_length); in mbedtls_test_wrap_psa_cipher_set_iv()
/openthread-latest/third_party/mbedtls/repo/library/
Dcipher.c1349 status = psa_cipher_set_iv(&cipher_op, iv, iv_len); in mbedtls_cipher_crypt()
Dssl_msg.c1321 status = psa_cipher_set_iv(&cipher_op, transform->iv_enc, transform->ivlen); in mbedtls_ssl_encrypt_buf()
1861 status = psa_cipher_set_iv(&cipher_op, transform->iv_dec, transform->ivlen); in mbedtls_ssl_decrypt_buf()
Dpsa_crypto.c4386 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation, in psa_cipher_set_iv() function
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/
Dssl_helpers.c1104 status = psa_cipher_set_iv(&cipher_op, iv, iv_len); in mbedtls_test_psa_cipher_encrypt_helper()
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md378 … encrypting with a chosen IV, or when decrypting, set the IV with [`psa_cipher_set_iv`](https://mb…