Home
last modified time | relevance | path

Searched refs:aad (Results 1 – 25 of 35) sorted by relevance

12

/external/boringssl/src/crypto/cipher/
Dcipher_test.cc111 const std::vector<uint8_t> &aad, in TestOperation() argument
160 (!aad.empty() && in TestOperation()
161 !EVP_CipherUpdate(ctx.get(), nullptr, &unused, bssl::vector_data(&aad), in TestOperation()
162 aad.size())) || in TestOperation()
204 std::vector<uint8_t> key, iv, plaintext, ciphertext, aad, tag; in TestCipher() local
215 if (!t->GetBytes(&aad, "AAD") || in TestCipher()
241 ciphertext, aad, tag)) { in TestCipher()
246 ciphertext, aad, tag)) { in TestCipher()
/external/wpa_supplicant_8/src/crypto/
Daes-gcm.c229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() argument
241 ghash(H, aad, aad_len, S); in aes_gcm_ghash()
256 const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag) in aes_gcm_ae() argument
272 aes_gcm_ghash(H, aad, aad_len, crypt, plain_len, S); in aes_gcm_ae()
290 const u8 *aad, size_t aad_len, const u8 *tag, u8 *plain) in aes_gcm_ad() argument
306 aes_gcm_ghash(H, aad, aad_len, crypt, crypt_len, S); in aes_gcm_ad()
323 const u8 *aad, size_t aad_len, u8 *tag) in aes_gmac() argument
325 return aes_gcm_ae(key, key_len, iv, iv_len, NULL, 0, aad, aad_len, NULL, in aes_gmac()
Daes_wrap.h53 const u8 *aad, size_t aad_len,
58 const u8 *aad, size_t aad_len, const u8 *tag,
62 const u8 *aad, size_t aad_len, u8 *tag);
65 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth);
68 const u8 *aad, size_t aad_len, const u8 *auth,
Daes-ccm.c29 const u8 *aad, size_t aad_len, size_t plain_len, in aes_ccm_auth_start() argument
50 os_memcpy(aad_buf + 2, aad, aad_len); in aes_ccm_auth_start()
150 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) in aes_ccm_ae() argument
163 aes_ccm_auth_start(aes, M, L, nonce, aad, aad_len, plain_len, x); in aes_ccm_ae()
180 const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) in aes_ccm_ad() argument
201 aes_ccm_auth_start(aes, M, L, nonce, aad, aad_len, crypt_len, x); in aes_ccm_ad()
/external/icu/icu4c/source/data/locales/
Dso.txt191 "Rubaca 1aad",
192 "Rubaca 2aad",
193 "Rubaca 3aad",
194 "Rubaca 4aad",
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLCipher.java871 private byte[] aad; field in OpenSSLCipher.EVP_AEAD
1004 iv, buf, 0, bufCount, aad); in doFinalInternal()
1007 iv, buf, 0, bufCount, aad); in doFinalInternal()
1054 if (aad == null) { in engineUpdateAAD()
1055 aad = Arrays.copyOfRange(input, inputOffset, inputLen); in engineUpdateAAD()
1057 int newSize = aad.length + inputLen; in engineUpdateAAD()
1059 System.arraycopy(aad, 0, newaad, 0, aad.length); in engineUpdateAAD()
1060 System.arraycopy(input, inputOffset, newaad, aad.length, inputLen); in engineUpdateAAD()
/external/llvm/test/MC/X86/
Dx86-16.s570 aad $1
574 aad $0xA
578 aad
Dx86-32.s662 aad $1
666 aad $0xA
670 aad
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.c439 const u8 *aad[] = { rsn->wpa_s->own_addr, sta->addr, cat }; in mesh_rsn_protect_frame() local
488 aad, aad_len, mic_payload)) { in mesh_rsn_protect_frame()
513 const u8 *aad[] = { sta->addr, wpa_s->own_addr, cat }; in mesh_rsn_process_ampe() local
543 aad, aad_len, ampe_buf)) { in mesh_rsn_process_ampe()
/external/boringssl/src/crypto/modes/
Dgcm.c568 int CRYPTO_gcm128_aad(GCM128_CONTEXT *ctx, const uint8_t *aad, size_t len) { in CRYPTO_gcm128_aad() argument
593 ctx->Xi.c[n] ^= *(aad++); in CRYPTO_gcm128_aad()
607 GHASH(ctx, aad, i); in CRYPTO_gcm128_aad()
608 aad += i; in CRYPTO_gcm128_aad()
614 ctx->Xi.c[i] ^= aad[i]; in CRYPTO_gcm128_aad()
617 aad += 16; in CRYPTO_gcm128_aad()
624 ctx->Xi.c[i] ^= aad[i]; in CRYPTO_gcm128_aad()
/external/boringssl/src/include/openssl/
Dmodes.h114 OPENSSL_EXPORT int CRYPTO_gcm128_aad(GCM128_CONTEXT *ctx, const uint8_t *aad,
/external/llvm/test/MC/Disassembler/X86/
Dx86-16.txt525 # CHECK: aad $1
528 # CHECK: aad
531 # CHECK: aad
/external/valgrind/exp-dhat/
Ddh_main.c1115 ULong aad = api->deaths == 0 in show_APInfo() local
1122 ? 0 : (10000ULL * aad) / g_guest_instrs_executed; in show_APInfo()
1127 api->deaths, aad, buf ); in show_APInfo()
/external/icu/icu4c/source/data/region/
Det.txt264 TD{"Tšaad"}
/external/boringssl/src/crypto/cipher/test/
Dcipher_test.txt300 # 128 bytes aad
/external/valgrind/docs/internals/
D3_3_BUGSTATUS.txt127 0xC3 (aad)
/external/mesa3d/src/mesa/x86/
Dassyntax.h381 #define AAD CHOICE(aad, aad, aad)
1117 #define AAD aad
/external/valgrind/VEX/test/
Dtest-i386.c823 TEST_BCD(aad, 0x12340407, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A));
Dtest-amd64.c861 TEST_BCD(aad, 0x12340407, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A));
/external/pcre/dist/testdata/
Dtestoutput61286 …10857}\x{10b78}\x{10b58}\x{a980}\x{110c1}\x{a4ff}\x{abc0}\x{10a7d}\x{10c48}\x{0800}\x{1aad}\x{aac0}
1287 …{10857}\x{10b78}\x{10b58}\x{a980}\x{110c1}\x{a4ff}\x{abc0}\x{10a7d}\x{10c48}\x{800}\x{1aad}\x{aac0}
Dtestinput6754 …10857}\x{10b78}\x{10b58}\x{a980}\x{110c1}\x{a4ff}\x{abc0}\x{10a7d}\x{10c48}\x{0800}\x{1aad}\x{aac0}
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp5212 UniquePtr<ScopedByteArrayRO> aad; local
5216 aad.reset(new ScopedByteArrayRO(env, aadArray));
5217 aad_chars = reinterpret_cast<const uint8_t*>(aad->get());
5221 aad_chars_size = aad->size();
/external/valgrind/none/tests/x86/
Dinsn_basic.def9 ###aad al.ub[37] ah.ub[2] : => al.ub[57] ah.ub[0]
10 ###aad al.ub[73] ah.ub[2] : => al.ub[93] ah.ub[0]
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Domap_reorder_funcs.sym978 4aad 29 284 3774
2330 1aad 2 223 3447
/external/llvm/lib/Target/X86/
DX86InstrInfo.td1902 "aad\t$src", [], IIC_AAD>, Requires<[Not64BitMode]>;
2632 // aad/aam default to base 10 if no operand is specified.
2633 def : InstAlias<"aad", (AAD8i8 10)>;

12