Home
last modified time | relevance | path

Searched defs:keyBlob (Results 1 – 2 of 2) sorted by relevance

/system/security/softkeymaster/
Dkeymaster_openssl.cpp95 static int wrap_key(EVP_PKEY* pkey, int type, uint8_t** keyBlob, size_t* keyBlobLength) { in wrap_key()
147 static EVP_PKEY* unwrap_key(const uint8_t* keyBlob, const size_t keyBlobLength) { in unwrap_key()
211 uint8_t** keyBlob, size_t* keyBlobLength) { in openssl_generate_keypair()
343 const uint8_t* keyBlob, const size_t keyBlobLength, in openssl_sign_data()
403 const uint8_t* keyBlob, const size_t keyBlobLength, in openssl_verify_data()
/system/security/keystore/
Dkeystore.cpp592 ResponseCode get(const char* filename, Blob* keyBlob, const BlobType type) { in get()
611 ResponseCode put(const char* filename, Blob* keyBlob) { in put()
669 Blob keyBlob(data, dataLength, NULL, 0, TYPE_KEY_PAIR); in importKey() local
898 static ResponseCode get_key_for_name(KeyStore* keyStore, Blob* keyBlob, const Value* keyName, in get_key_for_name()
945 Blob keyBlob; in get() local
959 Blob keyBlob(val->value, val->length, NULL, 0, TYPE_GENERIC); in insert() local
966 Blob keyBlob; in del() local
1091 Blob keyBlob(data, dataLength, NULL, 0, TYPE_KEY_PAIR); in generate() local
1118 Blob keyBlob; in get_pubkey() local
1156 Blob keyBlob; in del_key() local
[all …]