Searched refs:q_blob (Results 1 – 1 of 1) sorted by relevance
283 keymaster_blob_t q_blob; in GenerateKey() local284 GetDsaParamData(authorizations, TAG_DSA_Q, &q_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()319 dsa_key->q = BN_bin2bn(q_blob.data, q_blob.data_length, NULL); in GenerateKey()