Home
last modified time | relevance | path

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

/external/chromium/crypto/
Dencryptor_nss.cc53 ScopedPK11Context context(PK11_CreateContextBySymKey(CKM_AES_CBC_PAD, in Encrypt()
91 ScopedPK11Context context(PK11_CreateContextBySymKey(CKM_AES_CBC_PAD, in Decrypt()
Dscoped_nss_types.h36 PR_TRUE> > ScopedPK11Context; typedef
Dhmac_nss.cc86 ScopedPK11Context context(PK11_CreateContextBySymKey(plat_->mechanism_, in Sign()