Home
last modified time | relevance | path

Searched refs:BN_to_ASN1_INTEGER (Results 1 – 16 of 16) sorted by relevance

/third_party/openssl/doc/man3/
DASN1_INTEGER_get_int64.pod6 …int64, ASN1_INTEGER_get, ASN1_INTEGER_set_int64, ASN1_INTEGER_set, BN_to_ASN1_INTEGER, ASN1_INTEGE…
22 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai);
62 BN_to_ASN1_INTEGER() converts B<BIGNUM> B<bn> to an B<ASN1_INTEGER>. If B<ai>
106 BN_to_ASN1_INTEGER() and BN_to_ASN1_ENUMERATED() return an B<ASN1_INTEGER> or
/third_party/openssl/crypto/dh/
Ddh_ameth.c120 pub_key = BN_to_ASN1_INTEGER(dh->pub_key, NULL); in dh_pub_encode()
224 prkey = BN_to_ASN1_INTEGER(pkey->pkey.dh->priv_key, NULL); in dh_priv_encode()
805 ASN1_INTEGER *pubk = BN_to_ASN1_INTEGER(pkey->pkey.dh->pub_key, NULL); in dh_cms_encrypt()
/third_party/openssl/crypto/dsa/
Ddsa_ameth.c103 pubint = BN_to_ASN1_INTEGER(dsa->pub_key, NULL); in dsa_pub_encode()
230 prkey = BN_to_ASN1_INTEGER(pkey->pkey.dsa->priv_key, NULL); in dsa_priv_encode()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlscertificate.c264 BN_to_ASN1_INTEGER (serial_number, asn1_serial_number); in init_generated()
/third_party/openssl/crypto/ec/
Dec_asn1.c280 field->p.prime = BN_to_ASN1_INTEGER(tmp, NULL); in ec_asn1_group2fieldid()
506 ret->order = BN_to_ASN1_INTEGER(tmp, orig = ret->order); in EC_GROUP_get_ecparameters()
516 ret->cofactor = BN_to_ASN1_INTEGER(tmp, orig = ret->cofactor); in EC_GROUP_get_ecparameters()
/third_party/openssl/crypto/x509v3/
Dv3_asid.c309 BN_to_ASN1_INTEGER(bn, orig = a_max_plus_one)) == NULL) { in ASIdentifierChoice_is_canonical()
434 BN_to_ASN1_INTEGER(bn, orig = a_max_plus_one)) == NULL) { in ASIdentifierChoice_canonize()
Dv3_utl.c236 aint = BN_to_ASN1_INTEGER(bn, NULL); in s2i_ASN1_INTEGER()
/third_party/openssl/crypto/asn1/
Da_int.c552 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) in BN_to_ASN1_INTEGER() function
/third_party/openssl/apps/
Dca.c1134 tmpser = BN_to_ASN1_INTEGER(serial, NULL); in ca_main()
1165 tmpser = BN_to_ASN1_INTEGER(crlnumber, NULL); in ca_main()
1602 if (BN_to_ASN1_INTEGER(serial, X509_get_serialNumber(ret)) == NULL) in do_body()
Dts.c778 if ((serial = BN_to_ASN1_INTEGER(bn, NULL)) == NULL) in next_serial()
Dapps.c1455 if ((ai = BN_to_ASN1_INTEGER(serial, NULL)) == NULL) { in save_serial()
1526 if (ai && !BN_to_ASN1_INTEGER(btmp, ai)) in rand_serial()
Dx509.c652 ser = BN_to_ASN1_INTEGER(bnser, NULL); in x509_main()
/third_party/openssl/include/openssl/
Dasn1.h659 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h987 #define BN_to_ASN1_INTEGER BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_to_ASN1_INTEGER) macro
/third_party/openssl/util/
Dlibcrypto.num1109 BN_to_ASN1_INTEGER 1102 1_1_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES8825 *) Fixes to BN_to_ASN1_INTEGER when bn is zero. This would previously