Searched refs:updated_description (Results 1 – 4 of 4) sorted by relevance
/system/keymaster/km_openssl/ |
D | rsa_key_factory.cpp | 127 AuthorizationSet* updated_description, in UpdateImportKeyDescription() argument 130 if (!updated_description || !public_exponent || !key_size) in UpdateImportKeyDescription() 143 updated_description->Reinitialize(key_description); in UpdateImportKeyDescription() 148 if (!updated_description->GetTagValue(TAG_RSA_PUBLIC_EXPONENT, public_exponent)) in UpdateImportKeyDescription() 149 updated_description->push_back(TAG_RSA_PUBLIC_EXPONENT, *public_exponent); in UpdateImportKeyDescription() 157 if (!updated_description->GetTagValue(TAG_KEY_SIZE, key_size)) in UpdateImportKeyDescription() 158 updated_description->push_back(TAG_KEY_SIZE, *key_size); in UpdateImportKeyDescription() 166 if (!updated_description->GetTagValue(TAG_ALGORITHM, &algorithm)) in UpdateImportKeyDescription() 167 updated_description->push_back(TAG_ALGORITHM, KM_ALGORITHM_RSA); in UpdateImportKeyDescription()
|
D | ec_key_factory.cpp | 150 AuthorizationSet* updated_description, in UpdateImportKeyDescription() argument 152 if (!updated_description || !key_size_bits) in UpdateImportKeyDescription() 165 updated_description->Reinitialize(key_description); in UpdateImportKeyDescription() 173 if (!updated_description->GetTagValue(TAG_KEY_SIZE, key_size_bits)) { in UpdateImportKeyDescription() 174 updated_description->push_back(TAG_KEY_SIZE, extracted_key_size_bits); in UpdateImportKeyDescription() 184 if (!updated_description->GetTagValue(TAG_EC_CURVE, &curve)) { in UpdateImportKeyDescription() 185 updated_description->push_back(TAG_EC_CURVE, curve_from_size); in UpdateImportKeyDescription() 191 if (!updated_description->GetTagValue(TAG_ALGORITHM, &algorithm)) { in UpdateImportKeyDescription() 192 updated_description->push_back(TAG_ALGORITHM, KM_ALGORITHM_EC); in UpdateImportKeyDescription()
|
/system/keymaster/include/keymaster/km_openssl/ |
D | rsa_key_factory.h | 56 AuthorizationSet* updated_description,
|
D | ec_key_factory.h | 53 AuthorizationSet* updated_description,
|