Home
last modified time | relevance | path

Searched refs:ad (Results 1 – 15 of 15) sorted by relevance

/mbedtls-latest/include/mbedtls/
Dccm.h175 const unsigned char *ad, size_t ad_len,
224 const unsigned char *ad, size_t ad_len,
261 const unsigned char *ad, size_t ad_len,
307 const unsigned char *ad, size_t ad_len,
407 const unsigned char *ad,
Dcipher.h924 const unsigned char *ad, size_t ad_len);
1108 const unsigned char *ad, size_t ad_len,
1164 const unsigned char *ad, size_t ad_len,
/mbedtls-latest/library/
Dcipher.c532 const unsigned char *ad, size_t ad_len) in mbedtls_cipher_update_ad() argument
550 ad, ad_len); in mbedtls_cipher_update_ad()
571 ad, ad_len); in mbedtls_cipher_update_ad()
1407 const unsigned char *ad, size_t ad_len, in mbedtls_cipher_aead_encrypt() argument
1433 ad, ad_len, in mbedtls_cipher_aead_encrypt()
1449 ilen, iv, iv_len, ad, ad_len, in mbedtls_cipher_aead_encrypt()
1457 iv, iv_len, ad, ad_len, input, output, in mbedtls_cipher_aead_encrypt()
1471 ilen, iv, ad, ad_len, input, output, tag); in mbedtls_cipher_aead_encrypt()
1484 const unsigned char *ad, size_t ad_len, in mbedtls_cipher_aead_decrypt() argument
1510 ad, ad_len, in mbedtls_cipher_aead_decrypt()
[all …]
/mbedtls-latest/tests/suites/
Dtest_suite_cipher.function371 unsigned char ad[13];
417 memset(ad, 0x10 + i, sizeof(ad));
445 TEST_EQUAL(expected, mbedtls_cipher_update_ad(&ctx_dec, ad, sizeof(ad) - i));
446 TEST_EQUAL(expected, mbedtls_cipher_update_ad(&ctx_enc, ad, sizeof(ad) - i));
790 data_t *clear, data_t *ad, data_t *tag,
802 ((void) ad);
824 TEST_EQUAL(expected, mbedtls_cipher_update_ad(&ctx, ad->x, ad->len));
859 data_t *ad, data_t *cipher, data_t *tag,
888 if (ad->len == 0) {
889 ad->x = NULL;
[all …]
Dtest_suite_debug.data53 … ea 59 63 bf 21 27 13 ce e4 6b 10 7c 09\nMyFile(0999)\: 18 2b 5e dc d9 55 ad ac 41 8b f4 91 8e 28…
56 … ea 59 63 bf 21 27 13 ce e4 6b 10 7c\nMyFile(0999)\: 09 18 2b 5e dc d9 55 ad ac 41 8b f4 91 8e 28…
59 … ea 59 63 bf 21 27 13 ce e4 6b 10 7c\nMyFile(0999)\: 09 18 2b 5e dc d9 55 ad ac 41 8b f4 91 8e 28…
63 …(0999)\: 24 06 d5 09 25 89 75 07 dd a6 1a 8f 3f 09 19 be\nMyFile(0999)\: ad 65 2c 64 eb 95 9b dc…
67 … af d6 6a ab 21 dd b8 d3 1c 6e 58\nMyFile(0999)\: b8 ca e8 b2 69 8e f3 41 ad 29 c3 b4 5f 75 a7 47…
Dtest_suite_ccm.data1525 CCM encrypt, skip ad AES-128 (P=0, N=13, A=0, T=16)
1529 CCM* encrypt, skip ad AES-128 (P=0, N=13, A=0, T=16)
1533 CCM decrypt, skip ad AES-128 (P=0, N=13, A=0, T=16)
1537 CCM* decrypt, skip ad AES-128 (P=0, N=13, A=0, T=16)
1541 CCM encrypt, skip ad NIST VADT AES-128 (P=24, N=13, A=0, T=16)
1545 CCM* encrypt, skip ad NIST VADT AES-128 (P=24, N=13, A=0, T=16)
1549 CCM decrypt, skip ad NIST DVPT AES-192 (P=24, N=7, A=0, T=4)
1553 CCM* decrypt, skip ad NIST DVPT AES-192 (P=24, N=7, A=0, T=4)
1589 CCM encrypt, overflow ad NIST VPT AES-128 #14 (P=13, N=13, A=32, T=16)
1593 CCM encrypt, incomplete ad NIST VPT AES-128 #14 (P=13, N=13, A=32, T=16)
[all …]
Dtest_suite_bignum.function1283 * This function has ad hoc tests for this value. It's separated from other
Dtest_suite_ssl.data2878 # - Server App IV: cf 78 2b 88 dd 83 54 9a ad f1 e9 84
2897 # - Server App IV: cf 78 2b 88 dd 83 54 9a ad f1 e9 84
2904 # - Complete record: 17 03 03 00 43 2e 93 7e 11 ef 4a c7 40 e5 38 ad
Dtest_suite_psa_crypto.function5272 /* Split ad into length(ad_part_len) parts. */
5355 /* Split ad into length(ad_part_len) parts. */
Dtest_suite_bignum_core.generated.data19830 mpi_core_montmul:1:1:1:1:"20051ad":"37def6e":"37EEE9D":"126b1f8":"639bef"
/mbedtls-latest/programs/cipher/
Dcipher_aead_demo.c178 const unsigned char *ad, size_t ad_len, in aead_encrypt() argument
190 CHK(mbedtls_cipher_update_ad(ctx, ad, ad_len)); in aead_encrypt()
/mbedtls-latest/programs/psa/
Daead_demo.c193 const unsigned char *ad, size_t ad_len, in aead_encrypt() argument
207 PSA_CHECK(psa_aead_update_ad(&op, ad, ad_len)); in aead_encrypt()
/mbedtls-latest/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md137 …PSA only supports predefined groups, whereas legacy only supports ad hoc groups. An existing appli…
241 …mount of metadata other than hashes is sufficiently small to be handled in ad hoc ways in applicat…
/mbedtls-latest/docs/architecture/
Dpsa-shared-memory.md254 We may either copy buffers on an ad-hoc basis using `memcpy()` in each PSA function, or use a unifi…
261 On the other hand, the only advantage of ad-hoc copying is slightly greater flexibility.
/mbedtls-latest/
DChangeLog1087 * Add an ad-hoc key derivation function handling EC J-PAKE to PMS