Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ts/
H A Dts_lib.c82 ASN1_INTEGER_to_BN(num, &num_bn); in TS_ASN1_INTEGER_print_bio()
/dragonfly/crypto/libressl/crypto/dh/
H A Ddh_ameth.c113 if (!(dh->pub_key = ASN1_INTEGER_to_BN(public_key, NULL))) { in dh_pub_decode()
213 if (!(dh->priv_key = ASN1_INTEGER_to_BN(privkey, NULL))) { in dh_priv_decode()
/dragonfly/crypto/libressl/crypto/asn1/
H A Dx_bignum.c181 if ((bn = ASN1_INTEGER_to_BN(aint, NULL)) == NULL) in bn_c2i()
H A Da_int.c370 ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN() function
/dragonfly/crypto/libressl/crypto/dsa/
H A Ddsa_ameth.c116 if (!(dsa->pub_key = ASN1_INTEGER_to_BN(public_key, NULL))) { in dsa_pub_decode()
215 if (!(dsa->priv_key = ASN1_INTEGER_to_BN(privkey, NULL))) { in dsa_priv_decode()
/dragonfly/crypto/libressl/crypto/ec/
H A Dec_asn1.c1156 p = ASN1_INTEGER_to_BN(params->fieldID->p.prime, NULL); in ec_asn1_parameters2group()
1210 if ((a = ASN1_INTEGER_to_BN(params->order, a)) == NULL) { in ec_asn1_parameters2group()
1226 } else if ((b = ASN1_INTEGER_to_BN(params->cofactor, b)) == NULL) { in ec_asn1_parameters2group()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_asid.c544 ASN1_INTEGER_to_BN(a_max, bn) == NULL || in ASIdentifierChoice_is_canonical()
673 ASN1_INTEGER_to_BN(a_max, bn) == NULL || in ASIdentifierChoice_canonize()
H A Dx509_utl.c209 if ((bntmp = ASN1_INTEGER_to_BN(a, NULL)) == NULL || in i2s_ASN1_INTEGER()
/dragonfly/crypto/libressl/crypto/gost/
H A Dgostr341001_ameth.c450 ret = ((pk_num = ASN1_INTEGER_to_BN(priv_key, NULL)) != NULL); in priv_decode_gost01()
/dragonfly/crypto/libressl/apps/openssl/
H A Dts.c1021 if ((bn = ASN1_INTEGER_to_BN(serial, NULL)) == NULL) in next_serial()
H A Docsp.c1305 bn = ASN1_INTEGER_to_BN(ser, NULL); in lookup_serial()
H A Dx509.c978 bnser = ASN1_INTEGER_to_BN(ser, NULL); in x509_main()
H A Dapps.c1219 ret = ASN1_INTEGER_to_BN(ai, NULL); in IMPLEMENT_LHASH_HASH_FN()
H A Dca.c2462 bn = ASN1_INTEGER_to_BN(X509_get_serialNumber(x509), NULL); in do_revoke()
/dragonfly/crypto/libressl/include/openssl/
H A Dasn1.h755 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn);