HomeSort by relevance Sort by last modified time
    Searched refs:pAAD (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/quic/crypto/
chacha20_poly1305_decrypter_nss.cc 72 nss_aead_params->pAAD =
chacha20_poly1305_encrypter_nss.cc 72 nss_aead_params->pAAD =
aes_128_gcm_12_decrypter_nss.cc 190 ghash.UpdateAdditional(gcm_params->pAAD, gcm_params->ulAADLen);
230 gcm_params->pAAD =
aes_128_gcm_12_encrypter_nss.cc 196 ghash.UpdateAdditional(gcm_params->pAAD, gcm_params->ulAADLen);
229 gcm_params->pAAD =
  /external/chromium_org/content/child/webcrypto/
platform_crypto_nss.cc 57 CK_BYTE_PTR pAAD;
520 gcm_params.pAAD = const_cast<unsigned char*>(additional_data.bytes());
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c 51 CK_BYTE_PTR pAAD;
    [all...]

Completed in 3538 milliseconds