Searched refs:ScopedPK11Context (Results 1 – 6 of 6) sorted by relevance
77 ScopedPK11Context context(PK11_CreateContextBySymKey(GetMechanism(mode_), in Encrypt()92 ScopedPK11Context context(PK11_CreateContextBySymKey( in Decrypt()
36 ScopedPK11Context; typedef
86 ScopedPK11Context context(PK11_CreateContextBySymKey(plat_->mechanism_, in Sign()
111 crypto::ScopedPK11Context ctx(PK11_CreateContextBySymKey( in My_Decrypt()
117 crypto::ScopedPK11Context ctx(PK11_CreateContextBySymKey( in My_Encrypt()
446 crypto::ScopedPK11Context context(PK11_CreateContextBySymKey( in AesCbcEncryptDecrypt()