Searched refs:pubint (Results 1 – 1 of 1) sorted by relevance
94 ASN1_INTEGER *pubint = NULL; in dsa_pub_encode() local116 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()