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

  /external/chromium_org/content/child/webcrypto/openssl/
aes_gcm_openssl.cc 47 Status status = GetAesGcmTagLengthInBits(params, &tag_length_bits);
  /external/chromium_org/content/child/webcrypto/
webcrypto_util.h 57 Status GetAesGcmTagLengthInBits(const blink::WebCryptoAesGcmParams* params,
webcrypto_util.cc 152 Status GetAesGcmTagLengthInBits(const blink::WebCryptoAesGcmParams* params,
  /external/chromium_org/content/child/webcrypto/nss/
aes_gcm_nss.cc 72 status = GetAesGcmTagLengthInBits(params, &tag_length_bits);

Completed in 333 milliseconds