Searched defs:GetMechanism (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/crypto/
H A Dencryptor_nss.cc18 inline CK_MECHANISM_TYPE GetMechanism(Encryptor::Mode mode) { function in namespace:crypto::__anon7570
64 param_.reset(PK11_ParamFromIV(GetMechanism(mode), &iv_item));
67 param_.reset(PK11_ParamFromIV(GetMechanism(mode), NULL));
77 ScopedPK11Context context(PK11_CreateContextBySymKey(GetMechanism(mode_),
93 GetMechanism(mode_), (mode_ == CTR ? CKA_ENCRYPT : CKA_DECRYPT),

Completed in 83 milliseconds