Home
last modified time | relevance | path

Searched refs:ScopedSECItem (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/crypto/
Drsa_private_key_nss.cc150 ScopedSECItem ck_id( in FindFromPublicKeyInfo()
186 ScopedSECItem ck_id( in FindFromPublicKeyInfoInSlot()
230 ScopedSECItem der_pubkey(SECKEY_EncodeDERSubjectPublicKeyInfo(public_key_)); in ExportPublicKey()
Dscoped_nss_types.h52 ScopedSECItem; typedef
Dencryptor.h132 ScopedSECItem param_;
Dec_private_key_nss.cc279 ScopedSECItem der_pubkey( in ExportPublicKey()
/external/chromium_org/content/child/webcrypto/nss/
Daes_kw_nss.cc41 crypto::ScopedSECItem param_item( in DoUnwrapSymKeyAesKw()
103 crypto::ScopedSECItem param_item( in WrapSymKeyAesKw()
Drsa_key_nss.cc291 crypto::ScopedSECItem encoded_key( in ExportKeyPkcs8Nss()
297 crypto::ScopedSECItem encoded_key(PK11_ExportDERPrivateKeyInfo(key, NULL)); in ExportKeyPkcs8Nss()
359 crypto::ScopedSECItem object_id(PK11_MakeIDFromPubKey(&modulus_item)); in ImportRsaPrivateKey()
416 const crypto::ScopedSECItem spki_der( in ExportKeySpkiNss()
470 crypto::ScopedSECItem pubkey_der( in ImportRsaPublicKey()
Daes_cbc_nss.cc43 crypto::ScopedSECItem param(PK11_ParamFromIV(CKM_AES_CBC_PAD, &iv_item)); in AesCbcEncryptDecrypt()
Drsa_ssa_nss.cc76 crypto::ScopedSECItem signature_item(SECITEM_AllocItem(NULL, NULL, 0)); in Sign()