Searched refs:ASN1_INTEGER_to_BN (Results 1 – 18 of 18) sorted by relevance
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | 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 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
|
| HD | BN_bn2bin.pod | 104 L<ASN1_INTEGER_to_BN(3)>,
|
| /freebsd-13-stable/crypto/openssl/crypto/ts/ |
| HD | ts_lib.c | 25 num_bn = ASN1_INTEGER_to_BN(num, NULL); in TS_ASN1_INTEGER_print_bio()
|
| /freebsd-13-stable/crypto/openssl/crypto/dh/ |
| HD | dh_ameth.c | 81 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/ |
| HD | dsa_ameth.c | 61 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/ |
| HD | ec_asn1.c | 723 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/ |
| HD | v3_asid.c | 301 ASN1_INTEGER_to_BN(a_max, bn) == NULL || in ASIdentifierChoice_is_canonical() 426 ASN1_INTEGER_to_BN(a_max, bn) == NULL || in ASIdentifierChoice_canonize()
|
| HD | v3_utl.c | 188 if ((bntmp = ASN1_INTEGER_to_BN(a, NULL)) == NULL in i2s_ASN1_INTEGER()
|
| /freebsd-13-stable/crypto/openssl/crypto/asn1/ |
| HD | a_int.c | 557 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN() function
|
| /freebsd-13-stable/crypto/openssl/include/openssl/ |
| HD | asn1.h | 660 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn);
|
| /freebsd-13-stable/crypto/openssl/apps/ |
| HD | ts.c | 772 if ((bn = ASN1_INTEGER_to_BN(serial, NULL)) == NULL) in next_serial()
|
| HD | x509.c | 648 BIGNUM *bnser = ASN1_INTEGER_to_BN(ser, NULL); in x509_main()
|
| HD | ocsp.c | 1273 bn = ASN1_INTEGER_to_BN(ser, NULL); in lookup_serial()
|
| HD | ca.c | 2065 bn = ASN1_INTEGER_to_BN(X509_get_serialNumber(x509), NULL); in do_revoke()
|
| HD | apps.c | 1415 ret = ASN1_INTEGER_to_BN(ai, NULL); in IMPLEMENT_LHASH_HASH_FN()
|
| /freebsd-13-stable/secure/lib/libcrypto/ |
| HD | Version.map | 66 ASN1_INTEGER_to_BN;
|
| /freebsd-13-stable/secure/lib/libcrypto/man/man3/ |
| HD | Makefile | 508 MLINKS+= ASN1_INTEGER_get_int64.3 ASN1_INTEGER_to_BN.3
|
| /freebsd-13-stable/crypto/openssl/ |
| HD | CHANGES | 10734 length if passed a buffer. ASN1_INTEGER_to_BN failed
|