Searched refs:authIdBlob (Results 1 – 1 of 1) sorted by relevance
1507 struct HksBlob authIdBlob = { authIdParams->keyBuff.keyLen, authIdParams->keyBuff.key }; in ConstructGenerateKeyPairWithStorageParams() local1524 generateParams[idx++].blob = authIdBlob; in ConstructGenerateKeyPairWithStorageParams()1947 struct HksBlob authIdBlob = { authIdParams->keyBuff.keyLen, authIdParams->keyBuff.key }; in ConstructImportPublicKeyParams() local1962 importParams[idx++].blob = authIdBlob; in ConstructImportPublicKeyParams()2173 struct HksBlob authIdBlob = { 0, NULL }; in ConstructImportSymmetricKeyParam() local2176 authIdBlob.size = exInfo->authId.length; in ConstructImportSymmetricKeyParam()2177 authIdBlob.data = exInfo->authId.val; in ConstructImportSymmetricKeyParam()2181 importParam[idx++].blob = authIdBlob; in ConstructImportSymmetricKeyParam()