Searched refs:pubint (Results 1 – 1 of 1) sorted by relevance
93 ASN1_INTEGER *pubint = NULL; in dsa_pub_encode() local115 pubint = BN_to_ASN1_INTEGER(dsa->pub_key, NULL); in dsa_pub_encode()117 if (pubint == NULL) { in dsa_pub_encode()122 penclen = i2d_ASN1_INTEGER(pubint, &penc); in dsa_pub_encode()123 ASN1_INTEGER_free(pubint); in dsa_pub_encode()