Searched refs:psa_cipher_set_iv (Results 1 – 13 of 13) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/include/spe/ |
D | crypto_spe.h | 76 #define psa_cipher_set_iv \ macro 77 PSA_FUNCTION_NAME(psa_cipher_set_iv)
|
/openthread-latest/third_party/mbedtls/repo/programs/psa/ |
D | crypto_examples.c | 133 status = psa_cipher_set_iv(&operation, iv, iv_size); in cipher_decrypt()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_driver_wrappers.function | 1074 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);
|
D | test_suite_psa_crypto.function | 4024 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/ |
D | crypto.h | 1914 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation,
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_test_wrappers.h | 245 #define psa_cipher_set_iv(arg0_operation, arg1_iv, arg2_iv_length) \ macro
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 233 PSA_ASSERT(psa_cipher_set_iv(&operation, in exercise_cipher_key()
|
D | psa_test_wrappers.c | 429 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/ |
D | cipher.c | 1349 status = psa_cipher_set_iv(&cipher_op, iv, iv_len); in mbedtls_cipher_crypt()
|
D | ssl_msg.c | 1321 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()
|
D | psa_crypto.c | 4386 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/ |
D | ssl_helpers.c | 1104 status = psa_cipher_set_iv(&cipher_op, iv, iv_len); in mbedtls_test_psa_cipher_encrypt_helper()
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 378 … encrypting with a chosen IV, or when decrypting, set the IV with [`psa_cipher_set_iv`](https://mb…
|