Home
last modified time | relevance | path

Searched refs:direction (Results 1 – 11 of 11) sorted by relevance

/mbedtls-latest/programs/test/
Dmetatest.c202 char direction = 'r'; in test_memory_poison() local
208 &start, &offset, &count, &direction) != 4) { in test_memory_poison()
243 if (direction == 'w') { in test_memory_poison()
/mbedtls-latest/include/psa/
Dcrypto_se_driver.h383 psa_encrypt_or_decrypt_t direction);
482 psa_encrypt_or_decrypt_t direction,
/mbedtls-latest/tests/suites/
Dtest_suite_gcm.function179 void gcm_bad_parameters(int cipher_id, int direction,
196 TEST_ASSERT(mbedtls_gcm_crypt_and_tag(&ctx, direction, src_str->len, iv_str->x, iv_str->len,
Dtest_suite_cipher.function89 /* Helper for resetting key/direction
99 int use_psa, size_t tag_len, const data_t *key, int direction)
120 direction));
Dtest_suite_ssl.function382 * can send messages in both direction at the same time (with the I/O calls
/mbedtls-latest/docs/proposed/
Dpsa-conditional-inclusion-c.md42direction] For mechanisms that have multiple directions (for example encrypt/decrypt, sign/verify)…
/mbedtls-latest/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md343direction because the DER format lacks leading zeros, so something else needs to convey the size o…
Dmd-cipher-dispatch.md183 * potentially any cipher/AEAD in any mode and any direction
354 …G. All three of them use the block cipher primitive only in the encrypt direction. Currently, GCM …
/mbedtls-latest/
DLICENSE27 direction or management of such entity, whether by contract or
DChangeLog243 the decryption direction of block ciphers (AES, ARIA, Camellia).
246 that use the decryption direction (ECB in PSA, CBC, XTS, KW) and with DES.
/mbedtls-latest/docs/
Dpsa-transition.md351 …t/api/group/group__policy/#c.PSA_KEY_USAGE_DECRYPT), depending on which direction you want to use …
377 …oup__cipher/#group__cipher_1gaa4ba3a167066eaef2ea49abc5dcd1d4b) depending on the desired direction.
406 …p/group__aead/#group__aead_1gaaa5c5018e67a7a6514b7e76b9a14de26) depending on the desired direction.