Searched refs:BN_to_ASN1_INTEGER (Results 1 – 16 of 16) sorted by relevance
/third_party/openssl/doc/man3/ |
D | ASN1_INTEGER_get_int64.pod | 6 …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/ |
D | dh_ameth.c | 120 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/ |
D | dsa_ameth.c | 103 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/ |
D | gstdtlscertificate.c | 264 BN_to_ASN1_INTEGER (serial_number, asn1_serial_number); in init_generated()
|
/third_party/openssl/crypto/ec/ |
D | ec_asn1.c | 280 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/ |
D | v3_asid.c | 309 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()
|
D | v3_utl.c | 236 aint = BN_to_ASN1_INTEGER(bn, NULL); in s2i_ASN1_INTEGER()
|
/third_party/openssl/crypto/asn1/ |
D | a_int.c | 552 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) in BN_to_ASN1_INTEGER() function
|
/third_party/openssl/apps/ |
D | ca.c | 1134 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()
|
D | ts.c | 778 if ((serial = BN_to_ASN1_INTEGER(bn, NULL)) == NULL) in next_serial()
|
D | apps.c | 1455 if ((ai = BN_to_ASN1_INTEGER(serial, NULL)) == NULL) { in save_serial() 1526 if (ai && !BN_to_ASN1_INTEGER(btmp, ai)) in rand_serial()
|
D | x509.c | 652 ser = BN_to_ASN1_INTEGER(bnser, NULL); in x509_main()
|
/third_party/openssl/include/openssl/ |
D | asn1.h | 659 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai);
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 987 #define BN_to_ASN1_INTEGER BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_to_ASN1_INTEGER) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 1109 BN_to_ASN1_INTEGER 1102 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES | 8825 *) Fixes to BN_to_ASN1_INTEGER when bn is zero. This would previously
|