Searched refs:publicKey (Results 1 – 3 of 3) sorted by relevance
/device/asus/grouper/keymaster/ |
D | keymaster_grouper.cpp | 402 ObjectHandle publicKey(&session, hPublicKey); in tee_generate_keypair() local 404 ALOGV("public handle = 0x%x, private handle = 0x%x", publicKey.get(), privateKey.get()); in tee_generate_keypair() 488 ObjectHandle publicKey(&session, hPublicKey); in tee_import_keypair() local 608 ALOGV("public handle = 0x%x, private handle = 0x%x", publicKey.get(), privateKey.get()); in tee_import_keypair() 619 ObjectHandle publicKey(&session); in tee_get_keypair_public() local 622 if (keyblob_restore(&session, key_blob, key_blob_length, &publicKey, &privateKey)) { in tee_get_keypair_public() 637 CK_RV rv = C_GetAttributeValue(session.get(), publicKey.get(), attributes, in tee_get_keypair_public() 650 rv = C_GetAttributeValue(session.get(), publicKey.get(), attributes, in tee_get_keypair_public() 730 ObjectHandle publicKey(&session); in tee_delete_keypair() local 733 if (keyblob_restore(&session, key_blob, key_blob_length, &publicKey, &privateKey)) { in tee_delete_keypair() [all …]
|
/device/asus/tilapia/self-extractors/nvidia/staging/keymaster/ |
D | keymaster_grouper.cpp | 402 ObjectHandle publicKey(&session, hPublicKey); in tee_generate_keypair() local 404 ALOGV("public handle = 0x%x, private handle = 0x%x", publicKey.get(), privateKey.get()); in tee_generate_keypair() 488 ObjectHandle publicKey(&session, hPublicKey); in tee_import_keypair() local 608 ALOGV("public handle = 0x%x, private handle = 0x%x", publicKey.get(), privateKey.get()); in tee_import_keypair() 619 ObjectHandle publicKey(&session); in tee_get_keypair_public() local 622 if (keyblob_restore(&session, key_blob, key_blob_length, &publicKey, &privateKey)) { in tee_get_keypair_public() 637 CK_RV rv = C_GetAttributeValue(session.get(), publicKey.get(), attributes, in tee_get_keypair_public() 650 rv = C_GetAttributeValue(session.get(), publicKey.get(), attributes, in tee_get_keypair_public() 730 ObjectHandle publicKey(&session); in tee_delete_keypair() local 733 if (keyblob_restore(&session, key_blob, key_blob_length, &publicKey, &privateKey)) { in tee_delete_keypair() [all …]
|
/device/asus/grouper/self-extractors/nvidia/staging/keymaster/ |
D | keymaster_grouper.cpp | 402 ObjectHandle publicKey(&session, hPublicKey); in tee_generate_keypair() local 404 ALOGV("public handle = 0x%x, private handle = 0x%x", publicKey.get(), privateKey.get()); in tee_generate_keypair() 488 ObjectHandle publicKey(&session, hPublicKey); in tee_import_keypair() local 608 ALOGV("public handle = 0x%x, private handle = 0x%x", publicKey.get(), privateKey.get()); in tee_import_keypair() 619 ObjectHandle publicKey(&session); in tee_get_keypair_public() local 622 if (keyblob_restore(&session, key_blob, key_blob_length, &publicKey, &privateKey)) { in tee_get_keypair_public() 637 CK_RV rv = C_GetAttributeValue(session.get(), publicKey.get(), attributes, in tee_get_keypair_public() 650 rv = C_GetAttributeValue(session.get(), publicKey.get(), attributes, in tee_get_keypair_public() 730 ObjectHandle publicKey(&session); in tee_delete_keypair() local 733 if (keyblob_restore(&session, key_blob, key_blob_length, &publicKey, &privateKey)) { in tee_delete_keypair() [all …]
|