Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A 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,
H A Dcipher.h950 const unsigned char *ad, size_t ad_len);
1134 const unsigned char *ad, size_t ad_len,
1190 const unsigned char *ad, size_t ad_len,
/optee_os/core/arch/arm/crypto/
H A Dghash-ce-core_a32.S82 .macro __pmull_p8, rq, ad, bd, b1=t4l, b2=t3l, b3=t4l, b4=t3l
83 vext.8 t0l, \ad, \ad, #1 @ A1
88 vext.8 t1l, \ad, \ad, #2 @ A2
89 vmull.p8 t4q, \ad, \b1 @ E = A*B1
94 vext.8 t2l, \ad, \ad, #3 @ A3
95 vmull.p8 t3q, \ad, \b2 @ G = A*B2
106 vmull.p8 t4q, \ad, \b3 @ I = A*B3
108 vmull.p8 t3q, \ad, \b4 @ K = A*B4
121 vmull.p8 \rq, \ad, \bd @ D = A*B
H A Dghash-ce-core_a64.S77 .macro __pmull_p8, rq, ad, bd
78 ext t3.8b, \ad\().8b, \ad\().8b, #1 // A1
79 ext t5.8b, \ad\().8b, \ad\().8b, #2 // A2
80 ext t7.8b, \ad\().8b, \ad\().8b, #3 // A3
82 __pmull_p8_\bd \rq, \ad
85 .macro __pmull2_p8, rq, ad, bd
86 tbl t3.16b, {\ad\().16b}, perm1.16b // A1
87 tbl t5.16b, {\ad\().16b}, perm2.16b // A2
88 tbl t7.16b, {\ad\().16b}, perm3.16b // A3
90 __pmull2_p8_\bd \rq, \ad
[all …]
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dcipher.c572 const unsigned char *ad, size_t ad_len) in mbedtls_cipher_update_ad() argument
590 ad, ad_len); in mbedtls_cipher_update_ad()
611 ad, ad_len); in mbedtls_cipher_update_ad()
1452 const unsigned char *ad, size_t ad_len, in mbedtls_cipher_aead_encrypt() argument
1478 ad, ad_len, in mbedtls_cipher_aead_encrypt()
1494 ilen, iv, iv_len, ad, ad_len, in mbedtls_cipher_aead_encrypt()
1502 iv, iv_len, ad, ad_len, input, output, in mbedtls_cipher_aead_encrypt()
1516 ilen, iv, ad, ad_len, input, output, tag); in mbedtls_cipher_aead_encrypt()
1529 const unsigned char *ad, size_t ad_len, in mbedtls_cipher_aead_decrypt() argument
1555 ad, ad_len, in mbedtls_cipher_aead_decrypt()
[all …]
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1280 * Add an ad-hoc key derivation function handling EC J-PAKE to PMS