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

  /external/chromium/crypto/
scoped_nss_types.h 36 PR_TRUE> > ScopedPK11Context;
encryptor_nss.cc 53 ScopedPK11Context context(PK11_CreateContextBySymKey(CKM_AES_CBC_PAD,
91 ScopedPK11Context context(PK11_CreateContextBySymKey(CKM_AES_CBC_PAD,
hmac_nss.cc 86 ScopedPK11Context context(PK11_CreateContextBySymKey(plat_->mechanism_,
  /external/chromium_org/crypto/
scoped_nss_types.h 37 PR_TRUE> > ScopedPK11Context;
encryptor_nss.cc 77 ScopedPK11Context context(PK11_CreateContextBySymKey(GetMechanism(mode_),
92 ScopedPK11Context context(PK11_CreateContextBySymKey(
hmac_nss.cc 86 ScopedPK11Context context(PK11_CreateContextBySymKey(plat_->mechanism_,
openpgp_symmetric_encryption.cc 152 ScopedPK11Context* out_decryption_context) {
196 ScopedPK11Context decryption_context;
376 ScopedPK11Context *decryption_context) {
463 void CFBDecrypt(base::StringPiece in, ScopedPK11Context* decryption_context,
506 ScopedPK11Context *decryption_context,
717 ScopedPK11Context aes_context;
  /external/chromium_org/net/quic/crypto/
aes_128_gcm_12_decrypter_nss.cc 155 crypto::ScopedPK11Context ctx(PK11_CreateContextBySymKey(
aes_128_gcm_12_encrypter_nss.cc 161 crypto::ScopedPK11Context ctx(PK11_CreateContextBySymKey(

Completed in 1578 milliseconds