Home
last modified time | relevance | path

Searched refs:ScopedPK11Context (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/crypto/
Dencryptor_nss.cc77 ScopedPK11Context context(PK11_CreateContextBySymKey(GetMechanism(mode_), in Encrypt()
92 ScopedPK11Context context(PK11_CreateContextBySymKey( in Decrypt()
Dscoped_nss_types.h36 ScopedPK11Context; typedef
Dhmac_nss.cc86 ScopedPK11Context context(PK11_CreateContextBySymKey(plat_->mechanism_, in Sign()
/external/chromium_org/net/quic/crypto/
Daes_128_gcm_12_decrypter_nss.cc111 crypto::ScopedPK11Context ctx(PK11_CreateContextBySymKey( in My_Decrypt()
Daes_128_gcm_12_encrypter_nss.cc117 crypto::ScopedPK11Context ctx(PK11_CreateContextBySymKey( in My_Encrypt()
/external/chromium_org/content/child/webcrypto/
Dplatform_crypto_nss.cc446 crypto::ScopedPK11Context context(PK11_CreateContextBySymKey( in AesCbcEncryptDecrypt()