/third_party/ffmpeg/libavformat/ |
D | rtmpdh.c | 63 #define bn_new(bn) \ argument 69 #define bn_free(bn) \ argument 74 #define bn_set_word(bn, w) mpz_set_ui(bn, w) argument 77 #define bn_sub_word(bn, w) mpz_sub_ui(bn, bn, w) argument 78 #define bn_cmp_1(bn) mpz_cmp_ui(bn, 1) argument 79 #define bn_num_bytes(bn) (mpz_sizeinbase(bn, 2) + 7) / 8 argument 80 #define bn_bn2bin(bn, buf, len) \ argument 86 #define bn_bin2bn(bn, buf, len) \ argument 92 #define bn_hex2bn(bn, buf, ret) \ argument 100 #define bn_random(bn, num_bits) \ argument [all …]
|
/third_party/openssl/crypto/bn/ |
D | bn_const.c | 25 BIGNUM *BN_get_rfc2409_prime_768(BIGNUM *bn) in BN_get_rfc2409_prime_768() 53 BIGNUM *BN_get_rfc2409_prime_1024(BIGNUM *bn) in BN_get_rfc2409_prime_1024() 85 BIGNUM *BN_get_rfc3526_prime_1536(BIGNUM *bn) in BN_get_rfc3526_prime_1536() 98 BIGNUM *BN_get_rfc3526_prime_2048(BIGNUM *bn) in BN_get_rfc3526_prime_2048() 111 BIGNUM *BN_get_rfc3526_prime_3072(BIGNUM *bn) in BN_get_rfc3526_prime_3072() 124 BIGNUM *BN_get_rfc3526_prime_4096(BIGNUM *bn) in BN_get_rfc3526_prime_4096() 137 BIGNUM *BN_get_rfc3526_prime_6144(BIGNUM *bn) in BN_get_rfc3526_prime_6144() 150 BIGNUM *BN_get_rfc3526_prime_8192(BIGNUM *bn) in BN_get_rfc3526_prime_8192()
|
D | bn_conv.c | 126 int BN_hex2bn(BIGNUM **bn, const char *a) in BN_hex2bn() 203 int BN_dec2bn(BIGNUM **bn, const char *a) in BN_dec2bn() 273 int BN_asc2bn(BIGNUM **bn, const char *a) in BN_asc2bn()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
D | bn_const.c | 25 BIGNUM *BN_get_rfc2409_prime_768(BIGNUM *bn) in BN_get_rfc2409_prime_768() 53 BIGNUM *BN_get_rfc2409_prime_1024(BIGNUM *bn) in BN_get_rfc2409_prime_1024() 85 BIGNUM *BN_get_rfc3526_prime_1536(BIGNUM *bn) in BN_get_rfc3526_prime_1536() 98 BIGNUM *BN_get_rfc3526_prime_2048(BIGNUM *bn) in BN_get_rfc3526_prime_2048() 111 BIGNUM *BN_get_rfc3526_prime_3072(BIGNUM *bn) in BN_get_rfc3526_prime_3072() 124 BIGNUM *BN_get_rfc3526_prime_4096(BIGNUM *bn) in BN_get_rfc3526_prime_4096() 137 BIGNUM *BN_get_rfc3526_prime_6144(BIGNUM *bn) in BN_get_rfc3526_prime_6144() 150 BIGNUM *BN_get_rfc3526_prime_8192(BIGNUM *bn) in BN_get_rfc3526_prime_8192()
|
D | bn_conv.c | 126 int BN_hex2bn(BIGNUM **bn, const char *a) in BN_hex2bn() 203 int BN_dec2bn(BIGNUM **bn, const char *a) in BN_dec2bn() 273 int BN_asc2bn(BIGNUM **bn, const char *a) in BN_asc2bn()
|
/third_party/openssl/crypto/asn1/ |
D | x_bignum.c | 97 BIGNUM *bn; in bn_i2c() local 118 BIGNUM *bn; in bn_c2i() local 134 BIGNUM *bn; in bn_secure_c2i() local
|
D | a_int.c | 461 static ASN1_STRING *bn_to_asn1_string(const BIGNUM *bn, ASN1_STRING *ai, in bn_to_asn1_string() 505 static BIGNUM *asn1_string_to_bn(const ASN1_INTEGER *ai, BIGNUM *bn, in asn1_string_to_bn() 564 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) in BN_to_ASN1_INTEGER() 569 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN() 607 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(const BIGNUM *bn, ASN1_ENUMERATED *ai) in BN_to_ASN1_ENUMERATED() 612 BIGNUM *ASN1_ENUMERATED_to_BN(const ASN1_ENUMERATED *ai, BIGNUM *bn) in ASN1_ENUMERATED_to_BN()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
D | x_bignum.c | 97 BIGNUM *bn; in bn_i2c() local 118 BIGNUM *bn; in bn_c2i() local 134 BIGNUM *bn; in bn_secure_c2i() local
|
D | a_int.c | 461 static ASN1_STRING *bn_to_asn1_string(const BIGNUM *bn, ASN1_STRING *ai, in bn_to_asn1_string() 505 static BIGNUM *asn1_string_to_bn(const ASN1_INTEGER *ai, BIGNUM *bn, in asn1_string_to_bn() 564 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) in BN_to_ASN1_INTEGER() 569 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN() 607 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(const BIGNUM *bn, ASN1_ENUMERATED *ai) in BN_to_ASN1_ENUMERATED() 612 BIGNUM *ASN1_ENUMERATED_to_BN(const ASN1_ENUMERATED *ai, BIGNUM *bn) in ASN1_ENUMERATED_to_BN()
|
/third_party/openssl/test/ |
D | bn_internal_test.c | 31 BIGNUM *bn = NULL; in test_is_prime_enhanced() local 52 BIGNUM *bn = NULL; in test_is_composite_enhanced() local
|
D | bntests.pl | 17 sub bn subroutine
|
D | param_build_test.c | 89 BIGNUM *bn = NULL, *bn_res = NULL; in template_public_test() local 233 BIGNUM *bn = NULL, *bn_res = NULL; in template_private_test() local
|
D | evp_libctx_test.c | 95 static const BIGNUM *bn[] = { in test_dsa_param_keygen() local 152 static int do_dh_param_keygen(int tstid, const BIGNUM **bn) in do_dh_param_keygen() 220 static const BIGNUM *bn[] = { in test_dh_safeprime_param_keygen() local
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | param_build_set.c | 70 const char *key, const BIGNUM *bn, size_t sz) in ossl_param_build_set_bn_pad() 85 const char *key, const BIGNUM *bn) in ossl_param_build_set_bn()
|
D | param_build.c | 30 const BIGNUM *bn; member 194 const BIGNUM *bn) in OSSL_PARAM_BLD_push_BN() 201 const BIGNUM *bn, size_t sz) in OSSL_PARAM_BLD_push_BN_pad()
|
/third_party/openssl/crypto/ |
D | param_build_set.c | 70 const char *key, const BIGNUM *bn, size_t sz) in ossl_param_build_set_bn_pad() 85 const char *key, const BIGNUM *bn) in ossl_param_build_set_bn()
|
/third_party/openssl/test/testutil/ |
D | format_output.c | 184 static const char *test_bignum_zero_null(const BIGNUM *bn) in test_bignum_zero_null() 195 static void test_bignum_zero_print(const BIGNUM *bn, char sep) in test_bignum_zero_print() 208 char *out, int *lz, const BIGNUM *bn) in convert_bn_memory() 380 const char *op, const BIGNUM *bn) in test_fail_bignum_mono_message() 386 void test_output_bignum(const char *name, const BIGNUM *bn) in test_output_bignum()
|
/third_party/openssl/crypto/evp/ |
D | ctrl_params_translate.c | 1662 struct translation_ctx_st *ctx, const BIGNUM *bn) in get_payload_bn() 1677 const BIGNUM *bn = NULL; in get_dh_dsa_payload_p() local 1702 const BIGNUM *bn = NULL; in get_dh_dsa_payload_q() local 1724 const BIGNUM *bn = NULL; in get_dh_dsa_payload_g() local 1784 const BIGNUM *bn = NULL; in get_rsa_payload_n() local 1797 const BIGNUM *bn = NULL; in get_rsa_payload_e() local 1810 const BIGNUM *bn = NULL; in get_rsa_payload_d() local 1825 const BIGNUM *bn = NULL; in get_rsa_payload_factor() local 1855 const BIGNUM *bn = NULL; in get_rsa_payload_exponent() local 1885 const BIGNUM *bn = NULL; in get_rsa_payload_coefficient() local
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | ctrl_params_translate.c | 1665 struct translation_ctx_st *ctx, const BIGNUM *bn) in get_payload_bn() 1680 const BIGNUM *bn = NULL; in get_dh_dsa_payload_p() local 1705 const BIGNUM *bn = NULL; in get_dh_dsa_payload_q() local 1727 const BIGNUM *bn = NULL; in get_dh_dsa_payload_g() local 1787 const BIGNUM *bn = NULL; in get_rsa_payload_n() local 1800 const BIGNUM *bn = NULL; in get_rsa_payload_e() local 1813 const BIGNUM *bn = NULL; in get_rsa_payload_d() local 1828 const BIGNUM *bn = NULL; in get_rsa_payload_factor() local 1858 const BIGNUM *bn = NULL; in get_rsa_payload_exponent() local 1888 const BIGNUM *bn = NULL; in get_rsa_payload_coefficient() local
|
/third_party/typescript/tests/baselines/reference/ |
D | objectLiteralEnumPropertyNames.js | 45 const bn = 1; constant 100 var bn = 1; variable
|
/third_party/openssl/crypto/ec/ |
D | ec_deprecated.c | 42 const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) in EC_POINT_bn2point()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
D | ec_deprecated.c | 42 const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) in EC_POINT_bn2point()
|
/third_party/typescript/tests/cases/compiler/ |
D | objectLiteralEnumPropertyNames.ts | 44 const bn = 1; constant
|
/third_party/node/deps/openssl/openssl/apps/ |
D | prime.c | 45 BIGNUM *bn = NULL; in prime_main() local
|
/third_party/openssl/apps/ |
D | prime.c | 45 BIGNUM *bn = NULL; in prime_main() local
|