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

/freebsd-13-stable/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c84 ASN1_INTEGER *pubint = NULL; local
103 pubint = BN_to_ASN1_INTEGER(dsa->pub_key, NULL);
105 if (pubint == NULL) {
110 penclen = i2d_ASN1_INTEGER(pubint, &penc);
111 ASN1_INTEGER_free(pubint);

Completed in 54 milliseconds