Searched refs:dsaPublicKey (Results 1 – 2 of 2) sorted by relevance
637 static int32_t X509PublicKeyToDsa(EVP_PKEY *pkey, struct HksBlob *dsaPublicKey) in X509PublicKeyToDsa() argument686 dsaPublicKey->size = totalSize; in X509PublicKeyToDsa()687 dsaPublicKey->data = keyBuffer; in X509PublicKeyToDsa()
795 uint8_t dsaPublicKey[SET_SIZE_4096] = {0}; in SignServiceTestCase() local797 struct HksBlob dsaPublicKeyInfo = { dsaPublicKeyLen, dsaPublicKey }; in SignServiceTestCase()