Home
last modified time | relevance | path

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

12

/third_party/openssl/doc/man3/
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
DBN_bn2bin.pod112 L<ASN1_INTEGER_to_BN(3)>,
/third_party/openssl/crypto/ts/
Dts_lib.c25 num_bn = ASN1_INTEGER_to_BN(num, NULL); in TS_ASN1_INTEGER_print_bio()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dasn1.rs49 pub fn ASN1_INTEGER_to_BN(ai: *const ASN1_INTEGER, bn: *mut BIGNUM) -> *mut BIGNUM; in ASN1_INTEGER_to_BN() function
/third_party/openssl/crypto/dsa/
Ddsa_backend.c155 || !ASN1_INTEGER_to_BN(privkey, dsa_privkey)) { in ossl_dsa_key_from_pkcs8()
Ddsa_ameth.c70 if ((dsa->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)) == NULL) { in dsa_pub_decode()
/third_party/openssl/crypto/dh/
Ddh_backend.c228 || !ASN1_INTEGER_to_BN(privkey, privkey_bn)) { in ossl_dh_key_from_pkcs8()
Ddh_ameth.c96 if ((dh->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)) == NULL) { in dh_pub_decode()
/third_party/rust/crates/rust-openssl/openssl/src/
Dasn1.rs522 #[corresponds(ASN1_INTEGER_to_BN)]
525 cvt_p(ffi::ASN1_INTEGER_to_BN(self.as_ptr(), ptr::null_mut())) in to_bn()
/third_party/openssl/crypto/ec/
Dec_asn1.c659 p = ASN1_INTEGER_to_BN(params->fieldID->p.prime, NULL); in EC_GROUP_new_from_ecparameters()
733 if (ASN1_INTEGER_to_BN(params->order, a) == NULL) { in EC_GROUP_new_from_ecparameters()
750 } else if (ASN1_INTEGER_to_BN(params->cofactor, b) == NULL) { in EC_GROUP_new_from_ecparameters()
/third_party/openssl/crypto/x509/
Dv3_asid.c302 ASN1_INTEGER_to_BN(a_max, bn) == NULL || in ASIdentifierChoice_is_canonical()
423 ASN1_INTEGER_to_BN(a_max, bn) == NULL || in ASIdentifierChoice_canonize()
Dv3_ncons.c463 bn = ASN1_INTEGER_to_BN(sub->minimum, NULL); in nc_minmax_valid()
Dv3_utl.c187 if ((bntmp = ASN1_INTEGER_to_BN(a, NULL)) == NULL in i2s_ASN1_INTEGER()
/third_party/openssl/crypto/cms/
Dcms_dh.c57 if ((bnpub = ASN1_INTEGER_to_BN(public_key, NULL)) == NULL) in dh_cms_set_peerkey()
/third_party/fsverity-utils/lib/
Dsign_digest.c131 serial = ASN1_INTEGER_to_BN(X509_get_serialNumber(cert), NULL); in sign_pkcs7()
/third_party/openssl/crypto/asn1/
Da_int.c569 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN() function
/third_party/openssl/ohos_lite/include/openssl/
Dasn1.h660 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn);
/third_party/openssl/apps/
Dts.c800 if ((bn = ASN1_INTEGER_to_BN(serial, NULL)) == NULL) in next_serial()
Dx509.c922 BIGNUM *bnser = ASN1_INTEGER_to_BN(X509_get0_serialNumber(x), NULL); in x509_main()
Docsp.c1181 bn = ASN1_INTEGER_to_BN(ser, NULL); in lookup_serial()
Dca.c2121 bn = ASN1_INTEGER_to_BN(X509_get0_serialNumber(x509), NULL); in do_revoke()
/third_party/openssl/crypto/store/
Dstore_lib.c353 && (number = ASN1_INTEGER_to_BN(search->serial, NULL)) != NULL in OSSL_STORE_find()
/third_party/node/src/
Dnode_crypto_common.cc432 BignumPointer bn(ASN1_INTEGER_to_BN(serial_number, nullptr)); in GetSerialNumber()
/third_party/openssl/include/openssl/
Dasn1.h.in709 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn);
/third_party/nghttp2/src/
Dshrpx_tls.cc2607 if (!ASN1_INTEGER_to_BN(sn, bn) || BN_num_bytes(bn) > 20) { in get_x509_serial()

12