Searched refs:aadlen (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/util/ |
D | cavs-to-evptest.pl | 23 my $aadlen = 0; 49 $aadlen = $2; 87 $aadlen = $2; 95 if ($aadlen > 0) {
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
D | chacha.c | 303 const u_char *src, u_int len, u_int aadlen, u_int authlen, int do_encrypt) in chachapoly_crypt() argument 322 const u_char *tag = src + aadlen + len; in chachapoly_crypt() 324 poly1305_auth(expected_tag, src, aadlen + len, poly_key); in chachapoly_crypt() 332 if (aadlen) { in chachapoly_crypt() 334 chacha_encrypt_bytes(K_1(keys), src, dest, aadlen); in chachapoly_crypt() 339 chacha_encrypt_bytes(K_2(keys), src + aadlen, dest + aadlen, len); in chachapoly_crypt() 343 poly1305_auth(dest + aadlen + len, dest, aadlen + len, in chachapoly_crypt()
|
/third_party/openssl/providers/implementations/include/prov/ |
D | ciphercommon_ccm.h | 56 const unsigned char *aad, size_t aadlen));
|
D | ciphercommon_gcm.h | 86 const unsigned char *aad, size_t aadlen));
|