Searched refs:wrappingKeyBlob (Results 1 – 3 of 3) sorted by relevance
72 const hidl_vec<uint8_t>& wrappingKeyBlob,
370 const hidl_vec<uint8_t>& wrappedKeyData, const hidl_vec<uint8_t>& wrappingKeyBlob, in importWrappedKey() argument376 request.SetWrappingMaterial(wrappingKeyBlob.data(), wrappingKeyBlob.size()); in importWrappedKey()
1837 Blob wrappingKeyBlob; in importWrappedKey() local1840 mKeyStore->getKeyForName(&wrappingKeyBlob, wrappingKeyName8, callingUid, TYPE_KEYMASTER_10); in importWrappedKey()1845 SecurityLevel securityLevel = wrappingKeyBlob.getSecurityLevel(); in importWrappedKey()1851 auto hidlWrappingKey = blob2hidlVec(wrappingKeyBlob); in importWrappedKey()