/openssl-master/crypto/bn/ |
A 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()
|
A D | bn_conv.c | 126 int BN_hex2bn(BIGNUM **bn, const char *a) in BN_hex2bn() 199 int BN_dec2bn(BIGNUM **bn, const char *a) in BN_dec2bn() 269 int BN_asc2bn(BIGNUM **bn, const char *a) in BN_asc2bn()
|
A D | bn_ctx.c | 303 BIGNUM *bn; in BN_POOL_finish() local 318 BIGNUM *bn; in BN_POOL_get() local
|
A D | bn_local.h | 194 # define bn_check_size(bn, bits) bn_wcheck_size(bn, ((bits+BN_BITS2-1))/BN_BITS2) argument 195 # define bn_wcheck_size(bn, words) \ argument 210 # define bn_check_size(bn, bits) argument 211 # define bn_wcheck_size(bn, words) argument
|
A D | bn_nist.c | 325 BN_ULONG bn[BN_NIST_192_TOP]; in BN_nist_mod_192() member 466 BN_ULONG bn[BN_NIST_224_TOP]; in BN_nist_mod_224() member 647 BN_ULONG bn[BN_NIST_256_TOP]; in BN_nist_mod_256() member 893 BN_ULONG bn[BN_NIST_384_TOP]; in BN_nist_mod_384() member
|
/openssl-master/test/ |
A D | bntests.pl | 17 sub bn subroutine
|
A 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
|
A D | param_build_test.c | 23 BIGNUM *bn = NULL, *bn_res = NULL; in template_public_test() local 155 BIGNUM *bn = NULL, *bn_res = NULL; in template_private_test() local
|
A D | evp_libctx_test.c | 96 static const BIGNUM *bn[] = { in test_dsa_param_keygen() local 153 static int do_dh_param_keygen(int tstid, const BIGNUM **bn) in do_dh_param_keygen() 221 static const BIGNUM *bn[] = { in test_dh_safeprime_param_keygen() local
|
A D | srptest.c | 120 static int check_bn(const char *name, const BIGNUM *bn, const char *hexbn) in check_bn()
|
A D | ffc_internal_test.c | 395 BIGNUM *bn = NULL; in ffc_params_fips186_2_gen_validate_test() local
|
A D | bntest.c | 322 BIGNUM *bn = BN_new(); in set_signed_bn() local 1798 BIGNUM *bn = NULL; in test_dec2bn() local 1867 BIGNUM *bn = NULL; in test_hex2bn() local 1933 BIGNUM *bn = NULL; in test_asc2bn() local 1999 BIGNUM *bn = NULL; in test_mpi() local 2031 BIGNUM *bn = NULL; in test_rand() local
|
/openssl-master/crypto/asn1/ |
A 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
|
A 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()
|
/openssl-master/crypto/ |
A 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()
|
A 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()
|
/openssl-master/crypto/ec/ |
A D | ec_deprecated.c | 42 const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) in EC_POINT_bn2point()
|
/openssl-master/test/testutil/ |
A 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()
|
/openssl-master/crypto/evp/ |
A D | ctrl_params_translate.c | 1634 struct translation_ctx_st *ctx, const BIGNUM *bn) in get_payload_bn() 1649 const BIGNUM *bn = NULL; in get_dh_dsa_payload_p() local 1674 const BIGNUM *bn = NULL; in get_dh_dsa_payload_q() local 1696 const BIGNUM *bn = NULL; in get_dh_dsa_payload_g() local 1756 const BIGNUM *bn = NULL; in get_rsa_payload_n() local 1769 const BIGNUM *bn = NULL; in get_rsa_payload_e() local 1782 const BIGNUM *bn = NULL; in get_rsa_payload_d() local 1797 const BIGNUM *bn = NULL; in get_rsa_payload_factor() local 1827 const BIGNUM *bn = NULL; in get_rsa_payload_exponent() local 1857 const BIGNUM *bn = NULL; in get_rsa_payload_coefficient() local
|
/openssl-master/apps/ |
A D | prime.c | 45 BIGNUM *bn = NULL; in prime_main() local
|
A D | genrsa.c | 81 BIGNUM *bn = BN_new(); in genrsa_main() local
|
/openssl-master/crypto/x509/ |
A D | v3_asid.c | 261 BIGNUM *bn = NULL; in ASIdentifierChoice_is_canonical() local 361 BIGNUM *bn = NULL; in ASIdentifierChoice_canonize() local
|
/openssl-master/include/openssl/ |
A D | srp.h.in | 46 BIGNUM *bn; member
|
A D | params.h | 58 # define OSSL_PARAM_BN(key, bn, sz) \ argument
|
/openssl-master/providers/implementations/encode_decode/ |
A D | encode_key2any.c | 472 const BIGNUM *bn = NULL; in dh_spki_pub_to_der() local 493 const BIGNUM *bn = NULL; in dh_pki_priv_to_der() local 587 const BIGNUM *bn = NULL; in dsa_spki_pub_to_der() local 608 const BIGNUM *bn = NULL; in dsa_pki_priv_to_der() local
|