Searched refs:ASN1_INTEGER_to_BN (Results 1 – 22 of 22) sorted by relevance
/openssl-master/doc/man3/ |
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
|
A D | BN_bn2bin.pod | 112 L<ASN1_INTEGER_to_BN(3)>,
|
/openssl-master/crypto/ts/ |
A D | ts_lib.c | 25 num_bn = ASN1_INTEGER_to_BN(num, NULL); in TS_ASN1_INTEGER_print_bio()
|
/openssl-master/crypto/dsa/ |
A D | dsa_backend.c | 152 || !ASN1_INTEGER_to_BN(privkey, dsa_privkey)) { in ossl_dsa_key_from_pkcs8()
|
A D | dsa_ameth.c | 70 if ((dsa->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)) == NULL) { in dsa_pub_decode()
|
/openssl-master/crypto/dh/ |
A D | dh_backend.c | 223 || !ASN1_INTEGER_to_BN(privkey, privkey_bn)) { in ossl_dh_key_from_pkcs8()
|
A D | dh_ameth.c | 96 if ((dh->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)) == NULL) { in dh_pub_decode()
|
/openssl-master/crypto/cms/ |
A D | cms_dh.c | 57 if ((bnpub = ASN1_INTEGER_to_BN(public_key, NULL)) == NULL) in dh_cms_set_peerkey()
|
/openssl-master/crypto/x509/ |
A D | v3_asid.c | 302 ASN1_INTEGER_to_BN(a_max, bn) == NULL || in ASIdentifierChoice_is_canonical() 423 ASN1_INTEGER_to_BN(a_max, bn) == NULL || in ASIdentifierChoice_canonize()
|
A D | v3_ncons.c | 465 bn = ASN1_INTEGER_to_BN(sub->minimum, NULL); in nc_minmax_valid()
|
A D | v3_utl.c | 187 if ((bntmp = ASN1_INTEGER_to_BN(a, NULL)) == NULL in i2s_ASN1_INTEGER()
|
/openssl-master/crypto/ec/ |
A D | ec_asn1.c | 659 p = ASN1_INTEGER_to_BN(params->fieldID->p.prime, NULL); in EC_GROUP_new_from_ecparameters() 723 if ((a = ASN1_INTEGER_to_BN(params->order, a)) == NULL) { in EC_GROUP_new_from_ecparameters() 740 } else if ((b = ASN1_INTEGER_to_BN(params->cofactor, b)) == NULL) { in EC_GROUP_new_from_ecparameters()
|
/openssl-master/crypto/asn1/ |
A D | a_int.c | 569 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN() function
|
/openssl-master/crypto/store/ |
A D | store_lib.c | 353 && (number = ASN1_INTEGER_to_BN(search->serial, NULL)) != NULL in OSSL_STORE_find()
|
/openssl-master/apps/ |
A D | ts.c | 800 if ((bn = ASN1_INTEGER_to_BN(serial, NULL)) == NULL) in next_serial()
|
A D | ocsp.c | 1176 bn = ASN1_INTEGER_to_BN(ser, NULL); in lookup_serial()
|
A D | x509.c | 922 BIGNUM *bnser = ASN1_INTEGER_to_BN(X509_get0_serialNumber(x), NULL); in x509_main()
|
A D | ca.c | 2128 bn = ASN1_INTEGER_to_BN(X509_get0_serialNumber(x509), NULL); in do_revoke()
|
/openssl-master/include/openssl/ |
A D | asn1.h.in | 709 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn);
|
/openssl-master/apps/lib/ |
A D | apps.c | 1475 ret = ASN1_INTEGER_to_BN(ai, NULL); in IMPLEMENT_LHASH_HASH_FN()
|
/openssl-master/util/ |
A D | libcrypto.num | 456 ASN1_INTEGER_to_BN 465 3_0_0 EXIST::FUNCTION:
|
/openssl-master/ |
A D | CHANGES.md | 15149 length if passed a buffer. ASN1_INTEGER_to_BN failed
|
Completed in 92 milliseconds