/freebsd/crypto/openssl/doc/man3/ |
H A D | ASN1_INTEGER_get_int64.pod | 6 …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 I<ai> into a B<BIGNUM>. If I<bn> is 110 ASN1_INTEGER_to_BN() and ASN1_ENUMERATED_to_BN() return a B<BIGNUM> structure
|
H A D | BN_bn2bin.pod | 132 L<ASN1_INTEGER_to_BN(3)>,
|
/freebsd/crypto/openssl/crypto/ts/ |
H A D | ts_lib.c | 25 num_bn = ASN1_INTEGER_to_BN(num, NULL); in TS_ASN1_INTEGER_print_bio()
|
/freebsd/crypto/openssl/crypto/dsa/ |
H A D | dsa_backend.c | 155 || !ASN1_INTEGER_to_BN(privkey, dsa_privkey)) { in ossl_dsa_key_from_pkcs8()
|
H A D | dsa_ameth.c | 70 if ((dsa->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)) == NULL) { in dsa_pub_decode()
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_backend.c | 222 || !ASN1_INTEGER_to_BN(privkey, privkey_bn)) { in ossl_dh_key_from_pkcs8()
|
H A D | dh_ameth.c | 96 if ((dh->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)) == NULL) { in dh_pub_decode()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_asn1.c | 657 p = ASN1_INTEGER_to_BN(params->fieldID->p.prime, NULL); in EC_GROUP_new_from_ecparameters() 729 if (ASN1_INTEGER_to_BN(params->order, a) == NULL) { in EC_GROUP_new_from_ecparameters() 746 } else if (ASN1_INTEGER_to_BN(params->cofactor, b) == NULL) { in EC_GROUP_new_from_ecparameters()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_asid.c | 311 ASN1_INTEGER_to_BN(a_max, bn) == NULL || in ASIdentifierChoice_is_canonical() 432 ASN1_INTEGER_to_BN(a_max, bn) == NULL || in ASIdentifierChoice_canonize()
|
H A D | v3_ncons.c | 493 bn = ASN1_INTEGER_to_BN(sub->minimum, NULL); in nc_minmax_valid()
|
H A D | v3_utl.c | 188 if ((bntmp = ASN1_INTEGER_to_BN(a, NULL)) == NULL) in i2s_ASN1_INTEGER()
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_dh.c | 58 if ((bnpub = ASN1_INTEGER_to_BN(public_key, NULL)) == NULL) in dh_cms_set_peerkey()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_int.c | 573 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN() function
|
/freebsd/crypto/openssl/apps/ |
H A D | ts.c | 806 if ((bn = ASN1_INTEGER_to_BN(serial, NULL)) == NULL) in next_serial()
|
H A D | ocsp.c | 1187 bn = ASN1_INTEGER_to_BN(ser, NULL); in lookup_serial()
|
H A D | x509.c | 967 BIGNUM *bnser = ASN1_INTEGER_to_BN(X509_get0_serialNumber(x), NULL); in x509_main()
|
H A D | ca.c | 2107 bn = ASN1_INTEGER_to_BN(X509_get0_serialNumber(x509), NULL); in do_revoke()
|
/freebsd/crypto/openssl/crypto/store/ |
H A D | store_lib.c | 371 && (number = ASN1_INTEGER_to_BN(search->serial, NULL)) != NULL in OSSL_STORE_find()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1.h | 880 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn);
|
H A D | asn1.h.in | 713 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn);
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | apps.c | 1572 ret = ASN1_INTEGER_to_BN(ai, NULL); in IMPLEMENT_LHASH_HASH_FN()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 67 ASN1_INTEGER_to_BN;
|
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 353 bn = ASN1_INTEGER_to_BN(intval, NULL); in decode_bn_der()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 721 MLINKS+= ASN1_INTEGER_get_int64.3 ASN1_INTEGER_to_BN.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 456 ASN1_INTEGER_to_BN 465 3_0_0 EXIST::FUNCTION:
|