Home
last modified time | relevance | path

Searched refs:g_blob (Results 1 – 1 of 1) sorted by relevance

/system/keymaster/
Dasymmetric_key.cpp277 keymaster_blob_t g_blob; in GenerateKey() local
278 GetDsaParamData(authorizations, TAG_DSA_GENERATOR, &g_blob); in GenerateKey()
300 if (g_blob.data == NULL && p_blob.data == NULL && q_blob.data == NULL) { in GenerateKey()
312 } else if (g_blob.data == NULL || p_blob.data == NULL || q_blob.data == NULL) { in GenerateKey()
317 dsa_key->g = BN_bin2bn(g_blob.data, g_blob.data_length, NULL); in GenerateKey()