Home | History | Annotate | Download | only in keymaster

Lines Matching full:publickey

402     ObjectHandle publicKey(&session, hPublicKey);
404 ALOGV("public handle = 0x%x, private handle = 0x%x", publicKey.get(), privateKey.get());
488 ObjectHandle publicKey(&session, hPublicKey);
608 ALOGV("public handle = 0x%x, private handle = 0x%x", publicKey.get(), privateKey.get());
619 ObjectHandle publicKey(&session);
622 if (keyblob_restore(&session, key_blob, key_blob_length, &publicKey, &privateKey)) {
637 CK_RV rv = C_GetAttributeValue(session.get(), publicKey.get(), attributes,
650 rv = C_GetAttributeValue(session.get(), publicKey.get(), attributes,
730 ObjectHandle publicKey(&session);
733 if (keyblob_restore(&session, key_blob, key_blob_length, &publicKey, &privateKey)) {
745 rv = C_DestroyObject(session.get(), publicKey.get());
770 ObjectHandle publicKey(&session);
773 if (keyblob_restore(&session, key_blob, key_blob_length, &publicKey, &privateKey)) {
776 ALOGV("public handle = 0x%x, private handle = 0x%x", publicKey.get(), privateKey.get());
840 ObjectHandle publicKey(&session);
843 if (keyblob_restore(&session, keyBlob, keyBlobLength, &publicKey, &privateKey)) {
846 ALOGV("public handle = 0x%x, private handle = 0x%x", publicKey.get(), privateKey.get());
861 CK_RV rv = C_VerifyInit(session.get(), &rawRsaMechanism, publicKey.get());