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

  /external/boringssl/src/crypto/cipher/
cipher_test.cc 111 const std::vector<uint8_t> &aad,
154 // parameters are NULL, so it is important to skip the |in| and |aad|
160 (!aad.empty() &&
161 !EVP_CipherUpdate(ctx.get(), nullptr, &unused, bssl::vector_data(&aad),
162 aad.size())) ||
204 std::vector<uint8_t> key, iv, plaintext, ciphertext, aad, tag; local
215 if (!t->GetBytes(&aad, "AAD") ||
241 ciphertext, aad, tag)) {
246 ciphertext, aad, tag))
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_rsn.c 439 const u8 *aad[] = { rsn->wpa_s->own_addr, sta->addr, cat }; local
488 aad, aad_len, mic_payload)) {
513 const u8 *aad[] = { sta->addr, wpa_s->own_addr, cat }; local
543 aad, aad_len, ampe_buf)) {
  /system/keymaster/
aes_operation.cpp 375 * the wrong thing when given partial AAD blocks, so we have to take care to process AAD in
383 keymaster_blob_t aad; local
384 if (input_params.GetTagValue(TAG_ASSOCIATED_DATA, &aad)) {
391 FillBufferedAadBlock(&aad);
396 size_t blocks_to_process = aad.data_length / AES_BLOCK_SIZE;
397 if (blocks_to_process && !ProcessAadBlocks(aad.data, blocks_to_process, error))
399 aad.data += blocks_to_process * AES_BLOCK_SIZE;
400 aad.data_length -= blocks_to_process * AES_BLOCK_SIZE;
402 FillBufferedAadBlock(&aad);
    [all...]
android_keymaster_test.cpp 2659 string aad = "foobar"; local
2702 string aad = "foobar"; local
2725 string aad = "foobar"; local
2824 string aad = "123456789012345678"; local
3076 string aad = "foobar"; local
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLCipher.java 871 private byte[] aad; field in class:OpenSSLCipher.EVP_AEAD
    [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 2775 public final byte[] aad; field in class:CipherTest.CipherTestParam
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 5212 UniquePtr<ScopedByteArrayRO> aad; local
    [all...]

Completed in 4739 milliseconds