HomeSort by relevance Sort by last modified time
    Searched defs:aad (Results 1 - 9 of 9) sorted by null

  /external/boringssl/src/crypto/cipher/
cipher_test.cc 117 const std::vector<uint8_t> &aad,
160 // parameters are NULL, so it is important to skip the |in| and |aad|
166 (!aad.empty() &&
167 !EVP_CipherUpdate(ctx.get(), nullptr, &unused, aad.data(),
168 aad.size())) ||
227 std::vector<uint8_t> key, iv, plaintext, ciphertext, aad, tag; local
238 if (!t->GetBytes(&aad, "AAD") ||
264 key, iv, plaintext, ciphertext, aad, tag) ||
266 iv, plaintext, ciphertext, aad, tag))
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_rsn.c 459 const u8 *aad[] = { rsn->wpa_s->own_addr, sta->addr, cat }; local
508 aad, aad_len, mic_payload)) {
534 const u8 *aad[] = { sta->addr, wpa_s->own_addr, cat }; local
581 aad, aad_len, ampe_buf)) {
  /system/keymaster/
aes_operation.cpp 374 * the wrong thing when given partial AAD blocks, so we have to take care to process AAD in
382 keymaster_blob_t aad; local
383 if (input_params.GetTagValue(TAG_ASSOCIATED_DATA, &aad)) {
390 FillBufferedAadBlock(&aad);
395 size_t blocks_to_process = aad.data_length / AES_BLOCK_SIZE;
396 if (blocks_to_process && !ProcessAadBlocks(aad.data, blocks_to_process, error))
398 aad.data += blocks_to_process * AES_BLOCK_SIZE;
399 aad.data_length -= blocks_to_process * AES_BLOCK_SIZE;
401 FillBufferedAadBlock(&aad);
    [all...]
android_keymaster_test.cpp 2807 string aad = "foobar"; local
2850 string aad = "foobar"; local
2873 string aad = "foobar"; local
2972 string aad = "123456789012345678"; local
3224 string aad = "foobar"; local
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLCipher.java 877 private byte[] aad; field in class:OpenSSLCipher.EVP_AEAD
900 aad = null;
    [all...]
  /external/valgrind/exp-dhat/
dh_main.c 1115 ULong aad = api->deaths == 0 local
    [all...]
  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherTest.java 3015 public final byte[] aad; field in class:CipherTest.CipherTestParam
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 5064 UniquePtr<ScopedByteArrayRO> aad; local
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 696 milliseconds