Symbol: BN_to_ASN1_INTEGER
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
329
intval = BN_to_ASN1_INTEGER(bn, NULL);
crypto/openssl/apps/ca.c
1237
tmpser = BN_to_ASN1_INTEGER(serial, NULL);
crypto/openssl/apps/ca.c
1272
tmpser = BN_to_ASN1_INTEGER(crlnumber, NULL);
crypto/openssl/apps/ca.c
1699
if (BN_to_ASN1_INTEGER(serial, X509_get_serialNumber(ret)) == NULL)
crypto/openssl/apps/lib/apps.c
1580
if ((ai = BN_to_ASN1_INTEGER(serial, NULL)) == NULL) {
crypto/openssl/apps/lib/apps.c
1654
if (ai && !BN_to_ASN1_INTEGER(btmp, ai))
crypto/openssl/apps/ts.c
834
if ((serial = BN_to_ASN1_INTEGER(bn, NULL)) == NULL)
crypto/openssl/apps/x509.c
1027
|| (ser = BN_to_ASN1_INTEGER(bnser, NULL)) == NULL) {
crypto/openssl/apps/x509.c
1224
bs = BN_to_ASN1_INTEGER(serial, NULL);
crypto/openssl/crypto/cms/cms_dh.c
232
pubk = BN_to_ASN1_INTEGER(bn_pub_key, NULL);
crypto/openssl/crypto/dh/dh_ameth.c
134
pub_key = BN_to_ASN1_INTEGER(dh->pub_key, NULL);
crypto/openssl/crypto/dh/dh_ameth.c
199
prkey = BN_to_ASN1_INTEGER(pkey->pkey.dh->priv_key, NULL);
crypto/openssl/crypto/dsa/dsa_ameth.c
115
pubint = BN_to_ASN1_INTEGER(dsa->pub_key, NULL);
crypto/openssl/crypto/dsa/dsa_ameth.c
189
prkey = BN_to_ASN1_INTEGER(pkey->pkey.dsa->priv_key, NULL);
crypto/openssl/crypto/ec/ec_asn1.c
209
field->p.prime = BN_to_ASN1_INTEGER(tmp, NULL);
crypto/openssl/crypto/ec/ec_asn1.c
432
ret->order = BN_to_ASN1_INTEGER(tmp, orig = ret->order);
crypto/openssl/crypto/ec/ec_asn1.c
442
ret->cofactor = BN_to_ASN1_INTEGER(tmp, orig = ret->cofactor);
crypto/openssl/crypto/x509/v3_asid.c
305
if ((a_max_plus_one = BN_to_ASN1_INTEGER(bn, orig = a_max_plus_one)) == NULL) {
crypto/openssl/crypto/x509/v3_asid.c
418
if ((a_max_plus_one = BN_to_ASN1_INTEGER(bn, orig = a_max_plus_one)) == NULL) {
crypto/openssl/crypto/x509/v3_utl.c
240
aint = BN_to_ASN1_INTEGER(bn, NULL);
crypto/openssl/include/openssl/asn1.h
871
ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
491
if ((pub_key = BN_to_ASN1_INTEGER(bn, NULL)) == NULL) {
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
513
if ((priv_key = BN_to_ASN1_INTEGER(bn, NULL)) == NULL) {
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
607
if ((pub_key = BN_to_ASN1_INTEGER(bn, NULL)) == NULL) {
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
629
if ((priv_key = BN_to_ASN1_INTEGER(bn, NULL)) == NULL) {