Home
last modified time | relevance | path

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

/openssl/crypto/dsa/
H A Ddsa_ameth.c94 ASN1_INTEGER *pubint = NULL; in dsa_pub_encode() local
116 pubint = BN_to_ASN1_INTEGER(dsa->pub_key, NULL); in dsa_pub_encode()
118 if (pubint == NULL) { in dsa_pub_encode()
123 penclen = i2d_ASN1_INTEGER(pubint, &penc); in dsa_pub_encode()
124 ASN1_INTEGER_free(pubint); in dsa_pub_encode()

Completed in 6 milliseconds