Home
last modified time | relevance | path

Searched refs:BN_to_ASN1_INTEGER (Results 1 – 19 of 19) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DASN1_INTEGER_get_int64.pod6 …int64, ASN1_INTEGER_get, ASN1_INTEGER_set_int64, ASN1_INTEGER_set, BN_to_ASN1_INTEGER, ASN1_INTEGE…
22 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai);
62 BN_to_ASN1_INTEGER() converts B<BIGNUM> I<bn> to an B<ASN1_INTEGER>. If I<ai>
106 BN_to_ASN1_INTEGER() and BN_to_ASN1_ENUMERATED() return an B<ASN1_INTEGER> or
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c116 pubint = BN_to_ASN1_INTEGER(dsa->pub_key, NULL); in dsa_pub_encode()
190 prkey = BN_to_ASN1_INTEGER(pkey->pkey.dsa->priv_key, NULL); in dsa_priv_encode()
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_ameth.c134 pub_key = BN_to_ASN1_INTEGER(dh->pub_key, NULL); in dh_pub_encode()
199 prkey = BN_to_ASN1_INTEGER(pkey->pkey.dh->priv_key, NULL); in dh_priv_encode()
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c480 if ((pub_key = BN_to_ASN1_INTEGER(bn, NULL)) == NULL) { in dh_spki_pub_to_der()
501 if ((priv_key = BN_to_ASN1_INTEGER(bn, NULL)) == NULL) { in dh_pki_priv_to_der()
595 if ((pub_key = BN_to_ASN1_INTEGER(bn, NULL)) == NULL) { in dsa_spki_pub_to_der()
616 if ((priv_key = BN_to_ASN1_INTEGER(bn, NULL)) == NULL) { in dsa_pki_priv_to_der()
/freebsd/crypto/openssl/crypto/ec/
H A Dec_asn1.c217 field->p.prime = BN_to_ASN1_INTEGER(tmp, NULL); in ec_asn1_group2fieldid()
443 ret->order = BN_to_ASN1_INTEGER(tmp, orig = ret->order); in EC_GROUP_get_ecparameters()
453 ret->cofactor = BN_to_ASN1_INTEGER(tmp, orig = ret->cofactor); in EC_GROUP_get_ecparameters()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_dh.c226 pubk = BN_to_ASN1_INTEGER(bn_pub_key, NULL); in dh_cms_encrypt()
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_asid.c318 BN_to_ASN1_INTEGER(bn, orig = a_max_plus_one)) == NULL) { in ASIdentifierChoice_is_canonical()
439 BN_to_ASN1_INTEGER(bn, orig = a_max_plus_one)) == NULL) { in ASIdentifierChoice_canonize()
H A Dv3_utl.c238 aint = BN_to_ASN1_INTEGER(bn, NULL); in s2i_ASN1_INTEGER()
/freebsd/crypto/openssl/crypto/asn1/
H A Da_int.c564 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) in BN_to_ASN1_INTEGER() function
/freebsd/crypto/openssl/apps/
H A Dx509.c927 || (ser = BN_to_ASN1_INTEGER(bnser, NULL)) == NULL) { in x509_main()
1119 bs = BN_to_ASN1_INTEGER(serial, NULL); in x509_load_serial()
H A Dca.c1240 tmpser = BN_to_ASN1_INTEGER(serial, NULL); in ca_main()
1275 tmpser = BN_to_ASN1_INTEGER(crlnumber, NULL); in ca_main()
1703 if (BN_to_ASN1_INTEGER(serial, X509_get_serialNumber(ret)) == NULL) in do_body()
H A Dts.c809 if ((serial = BN_to_ASN1_INTEGER(bn, NULL)) == NULL) in next_serial()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1549 if ((ai = BN_to_ASN1_INTEGER(serial, NULL)) == NULL) { in save_serial()
1623 if (ai && !BN_to_ASN1_INTEGER(btmp, ai)) in rand_serial()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h875 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai);
H A Dasn1.h.in708 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai);
/freebsd/secure/lib/libcrypto/
H A DVersion.map579 BN_to_ASN1_INTEGER;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1071 MLINKS+= ASN1_INTEGER_get_int64.3 BN_to_ASN1_INTEGER.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1074 BN_to_ASN1_INTEGER 1102 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md14102 * Fixes to BN_to_ASN1_INTEGER when bn is zero. This would previously