HomeSort by relevance Sort by last modified time
    Searched refs:keyblob_restore (Results 1 - 2 of 2) sorted by null

  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 302 static int keyblob_restore(const CryptoSession* session, const uint8_t* keyBlob, function
622 if (keyblob_restore(&session, key_blob, key_blob_length, &publicKey, &privateKey)) {
733 if (keyblob_restore(&session, key_blob, key_blob_length, &publicKey, &privateKey)) {
773 if (keyblob_restore(&session, key_blob, key_blob_length, &publicKey, &privateKey)) {
843 if (keyblob_restore(&session, keyBlob, keyBlobLength, &publicKey, &privateKey)) {
  /device/samsung/tuna/keymaster/
keymaster_tuna.cpp 298 static int keyblob_restore(const CryptoSession* session, const uint8_t* keyBlob, function
618 if (keyblob_restore(&session, key_blob, key_blob_length, &publicKey, &privateKey)) {
719 if (keyblob_restore(&session, key_blob, key_blob_length, &publicKey, &privateKey)) {
759 if (keyblob_restore(&session, key_blob, key_blob_length, &publicKey, &privateKey)) {
829 if (keyblob_restore(&session, keyBlob, keyBlobLength, &publicKey, &privateKey)) {

Completed in 21 milliseconds