Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/doc/man3/
H A DASN1_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 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 DBN_bn2bin.pod132 L<ASN1_INTEGER_to_BN(3)>,
/freebsd/crypto/openssl/crypto/ts/
H A Dts_lib.c25 num_bn = ASN1_INTEGER_to_BN(num, NULL); in TS_ASN1_INTEGER_print_bio()
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_backend.c155 || !ASN1_INTEGER_to_BN(privkey, dsa_privkey)) { in ossl_dsa_key_from_pkcs8()
H A Ddsa_ameth.c70 if ((dsa->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)) == NULL) { in dsa_pub_decode()
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_backend.c222 || !ASN1_INTEGER_to_BN(privkey, privkey_bn)) { in ossl_dh_key_from_pkcs8()
H A Ddh_ameth.c96 if ((dh->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)) == NULL) { in dh_pub_decode()
/freebsd/crypto/openssl/crypto/ec/
H A Dec_asn1.c657 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 Dv3_asid.c311 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 Dv3_ncons.c493 bn = ASN1_INTEGER_to_BN(sub->minimum, NULL); in nc_minmax_valid()
H A Dv3_utl.c188 if ((bntmp = ASN1_INTEGER_to_BN(a, NULL)) == NULL) in i2s_ASN1_INTEGER()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_dh.c58 if ((bnpub = ASN1_INTEGER_to_BN(public_key, NULL)) == NULL) in dh_cms_set_peerkey()
/freebsd/crypto/openssl/crypto/asn1/
H A Da_int.c573 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN() function
/freebsd/crypto/openssl/apps/
H A Dts.c806 if ((bn = ASN1_INTEGER_to_BN(serial, NULL)) == NULL) in next_serial()
H A Docsp.c1187 bn = ASN1_INTEGER_to_BN(ser, NULL); in lookup_serial()
H A Dx509.c967 BIGNUM *bnser = ASN1_INTEGER_to_BN(X509_get0_serialNumber(x), NULL); in x509_main()
H A Dca.c2107 bn = ASN1_INTEGER_to_BN(X509_get0_serialNumber(x509), NULL); in do_revoke()
/freebsd/crypto/openssl/crypto/store/
H A Dstore_lib.c371 && (number = ASN1_INTEGER_to_BN(search->serial, NULL)) != NULL in OSSL_STORE_find()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h880 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn);
H A Dasn1.h.in713 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn);
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1572 ret = ASN1_INTEGER_to_BN(ai, NULL); in IMPLEMENT_LHASH_HASH_FN()
/freebsd/secure/lib/libcrypto/
H A DVersion.map67 ASN1_INTEGER_to_BN;
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c353 bn = ASN1_INTEGER_to_BN(intval, NULL); in decode_bn_der()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile721 MLINKS+= ASN1_INTEGER_get_int64.3 ASN1_INTEGER_to_BN.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num456 ASN1_INTEGER_to_BN 465 3_0_0 EXIST::FUNCTION:

12