GetMechanism       64 crypto/encryptor_nss.cc       param_.reset(PK11_ParamFromIV(GetMechanism(mode), &iv_item));
GetMechanism       67 crypto/encryptor_nss.cc       param_.reset(PK11_ParamFromIV(GetMechanism(mode), NULL));
GetMechanism       77 crypto/encryptor_nss.cc   ScopedPK11Context context(PK11_CreateContextBySymKey(GetMechanism(mode_),
GetMechanism       93 crypto/encryptor_nss.cc       GetMechanism(mode_), (mode_ == CTR ? CKA_ENCRYPT : CKA_DECRYPT),