Home | History | Annotate | Download | only in crypto

Lines Matching full:public_key

37   ScopedSECKEYPublicKey public_key;
40 false /* not permanent */, &public_key,
43 EXPECT_EQ(rsaKey, SECKEY_GetPublicKeyType(public_key.get()));
52 ScopedSECKEYPublicKey public_key;
55 false /* not permanent */, &public_key,
58 ScopedSECItem item(SECKEY_EncodeDERSubjectPublicKeyInfo(public_key.get()));
70 ScopedSECKEYPublicKey public_key;
73 false /* not permanent */, &public_key,
76 ScopedSECItem item(SECKEY_EncodeDERSubjectPublicKeyInfo(public_key.get()));
82 PK11_DestroyTokenObject(public_key->pkcs11Slot, public_key->pkcs11ID);