Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/doc/man3/
HDASN1_INTEGER_get_int64.pod6 …get, ASN1_INTEGER_set_int64, ASN1_INTEGER_set, BN_to_ASN1_INTEGER, ASN1_INTEGER_to_BN, ASN1_ENUMER…
23 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn);
66 ASN1_INTEGER_to_BN() converts ASN1_INTEGER B<ai> into a B<BIGNUM>. If B<bn> is
110 ASN1_INTEGER_to_BN() and ASN1_ENUMERATED_to_BN() return a B<BIGNUM> structure
HDBN_bn2bin.pod104 L<ASN1_INTEGER_to_BN(3)>,
/freebsd-13-stable/crypto/openssl/crypto/ts/
HDts_lib.c25 num_bn = ASN1_INTEGER_to_BN(num, NULL); in TS_ASN1_INTEGER_print_bio()
/freebsd-13-stable/crypto/openssl/crypto/dh/
HDdh_ameth.c81 if ((dh->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)) == NULL) { in dh_pub_decode()
180 || !ASN1_INTEGER_to_BN(privkey, dh->priv_key)) { in dh_priv_decode()
652 if ((dhpeer->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)) == NULL) { in dh_cms_set_peerkey()
/freebsd-13-stable/crypto/openssl/crypto/dsa/
HDdsa_ameth.c61 if ((dsa->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)) == NULL) { in dsa_pub_decode()
168 || !ASN1_INTEGER_to_BN(privkey, dsa->priv_key)) { in dsa_priv_decode()
/freebsd-13-stable/crypto/openssl/crypto/ec/
HDec_asn1.c723 p = ASN1_INTEGER_to_BN(params->fieldID->p.prime, NULL); in EC_GROUP_new_from_ecparameters()
797 if (ASN1_INTEGER_to_BN(params->order, a) == NULL) { in EC_GROUP_new_from_ecparameters()
814 } else if (ASN1_INTEGER_to_BN(params->cofactor, b) == NULL) { in EC_GROUP_new_from_ecparameters()
/freebsd-13-stable/crypto/openssl/crypto/x509v3/
HDv3_asid.c301 ASN1_INTEGER_to_BN(a_max, bn) == NULL || in ASIdentifierChoice_is_canonical()
426 ASN1_INTEGER_to_BN(a_max, bn) == NULL || in ASIdentifierChoice_canonize()
HDv3_utl.c188 if ((bntmp = ASN1_INTEGER_to_BN(a, NULL)) == NULL in i2s_ASN1_INTEGER()
/freebsd-13-stable/crypto/openssl/crypto/asn1/
HDa_int.c557 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN() function
/freebsd-13-stable/crypto/openssl/include/openssl/
HDasn1.h660 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn);
/freebsd-13-stable/crypto/openssl/apps/
HDts.c772 if ((bn = ASN1_INTEGER_to_BN(serial, NULL)) == NULL) in next_serial()
HDx509.c648 BIGNUM *bnser = ASN1_INTEGER_to_BN(ser, NULL); in x509_main()
HDocsp.c1273 bn = ASN1_INTEGER_to_BN(ser, NULL); in lookup_serial()
HDca.c2065 bn = ASN1_INTEGER_to_BN(X509_get_serialNumber(x509), NULL); in do_revoke()
HDapps.c1415 ret = ASN1_INTEGER_to_BN(ai, NULL); in IMPLEMENT_LHASH_HASH_FN()
/freebsd-13-stable/secure/lib/libcrypto/
HDVersion.map66 ASN1_INTEGER_to_BN;
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile508 MLINKS+= ASN1_INTEGER_get_int64.3 ASN1_INTEGER_to_BN.3
/freebsd-13-stable/crypto/openssl/
HDCHANGES10734 length if passed a buffer. ASN1_INTEGER_to_BN failed