Home
last modified time | relevance | path

Searched defs:bn (Results 1 – 25 of 49) sorted by relevance

12

/openssl/crypto/bn/
H A Dbn_const.c25 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()
H A Dbn_conv.c119 int BN_hex2bn(BIGNUM **bn, const char *a) in BN_hex2bn()
196 int BN_dec2bn(BIGNUM **bn, const char *a) in BN_dec2bn()
266 int BN_asc2bn(BIGNUM **bn, const char *a) in BN_asc2bn()
H A Dbn_ctx.c299 BIGNUM *bn; in BN_POOL_finish() local
314 BIGNUM *bn; in BN_POOL_get() local
H A Dbn_local.h214 # define bn_check_size(bn, bits) bn_wcheck_size(bn, ((bits+BN_BITS2-1))/BN_BITS2) argument
215 # define bn_wcheck_size(bn, words) \ argument
230 # define bn_check_size(bn, bits) argument
231 # define bn_wcheck_size(bn, words) argument
H A Dbn_nist.c358 BN_ULONG bn[BN_NIST_192_TOP]; in BN_nist_mod_192() member
494 BN_ULONG bn[BN_NIST_224_TOP]; in BN_nist_mod_224() member
666 BN_ULONG bn[BN_NIST_256_TOP]; in BN_nist_mod_256() member
903 BN_ULONG bn[BN_NIST_384_TOP]; in BN_nist_mod_384() member
/openssl/crypto/
H A Dparam_build_set.c70 const char *key, const BIGNUM *bn, size_t sz) in ossl_param_build_set_bn_pad()
87 const char *key, const BIGNUM *bn) in ossl_param_build_set_bn()
104 const BIGNUM *bn; in ossl_param_build_set_multi_key_bn() local
H A Dparam_build.c30 const BIGNUM *bn; member
194 const BIGNUM *bn, size_t sz, int type) in push_BN()
234 const BIGNUM *bn) in OSSL_PARAM_BLD_push_BN()
244 const BIGNUM *bn, size_t sz) in OSSL_PARAM_BLD_push_BN_pad()
H A Dparams_from_text.c220 BIGNUM *bn; in OSSL_PARAM_print_to_bio() local
/openssl/crypto/asn1/
H A Dx_bignum.c97 BIGNUM *bn; in bn_i2c() local
118 BIGNUM *bn; in bn_c2i() local
134 BIGNUM *bn; in bn_secure_c2i() local
H A Da_int.c459 static ASN1_STRING *bn_to_asn1_string(const BIGNUM *bn, ASN1_STRING *ai, in bn_to_asn1_string()
503 static BIGNUM *asn1_string_to_bn(const ASN1_INTEGER *ai, BIGNUM *bn, in asn1_string_to_bn()
562 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) in BN_to_ASN1_INTEGER()
567 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN()
605 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(const BIGNUM *bn, ASN1_ENUMERATED *ai) in BN_to_ASN1_ENUMERATED()
610 BIGNUM *ASN1_ENUMERATED_to_BN(const ASN1_ENUMERATED *ai, BIGNUM *bn) in ASN1_ENUMERATED_to_BN()
/openssl/test/
H A Dbntests.pl17 sub bn subroutine
H A Dbn_internal_test.c31 BIGNUM *bn = NULL; in test_is_prime_enhanced() local
52 BIGNUM *bn = NULL; in test_is_composite_enhanced() local
H A Devp_libctx_test.c127 static const BIGNUM *bn[] = { in test_dsa_param_keygen() local
184 static int do_dh_param_keygen(int tstid, const BIGNUM **bn) in do_dh_param_keygen()
252 static const BIGNUM *bn[] = { in test_dh_safeprime_param_keygen() local
H A Dsrptest.c120 static int check_bn(const char *name, const BIGNUM *bn, const char *hexbn) in check_bn()
H A Dbntest.c333 BIGNUM *bn = BN_new(); in set_signed_bn() local
1932 BIGNUM *bn = NULL, *bn2 = NULL; in test_bn2signed() local
1999 BIGNUM *bn = NULL; in test_dec2bn() local
2068 BIGNUM *bn = NULL; in test_hex2bn() local
2134 BIGNUM *bn = NULL; in test_asc2bn() local
2200 BIGNUM *bn = NULL; in test_mpi() local
2300 BIGNUM *bn = NULL; in test_rand() local
H A Dffc_internal_test.c396 BIGNUM *bn = NULL; in ffc_params_fips186_2_gen_validate_test() local
H A Dparams_api_test.c78 BIGNUM *bn; in test_param_type_null() local
612 BIGNUM *bn = NULL, *bn2 = NULL; in test_param_construct() local
/openssl/crypto/ec/
H A Dec_deprecated.c42 const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) in EC_POINT_bn2point()
/openssl/test/testutil/
H A Dformat_output.c183 static const char *test_bignum_zero_null(const BIGNUM *bn) in test_bignum_zero_null()
194 static void test_bignum_zero_print(const BIGNUM *bn, char sep) in test_bignum_zero_print()
207 char *out, int *lz, const BIGNUM *bn) in convert_bn_memory()
379 const char *op, const BIGNUM *bn) in test_fail_bignum_mono_message()
385 void test_output_bignum(const char *name, const BIGNUM *bn) in test_output_bignum()
/openssl/crypto/evp/
H A Dctrl_params_translate.c1725 struct translation_ctx_st *ctx, const BIGNUM *bn) in get_payload_bn()
1740 const BIGNUM *bn = NULL; in get_dh_dsa_payload_p() local
1765 const BIGNUM *bn = NULL; in get_dh_dsa_payload_q() local
1787 const BIGNUM *bn = NULL; in get_dh_dsa_payload_g() local
1847 const BIGNUM *bn = NULL; in get_rsa_payload_n() local
1861 const BIGNUM *bn = NULL; in get_rsa_payload_e() local
1875 const BIGNUM *bn = NULL; in get_rsa_payload_d() local
1891 const BIGNUM *bn = NULL; in get_rsa_payload_factor() local
1921 const BIGNUM *bn = NULL; in get_rsa_payload_exponent() local
1951 const BIGNUM *bn = NULL; in get_rsa_payload_coefficient() local
/openssl/apps/
H A Dprime.c62 BIGNUM *bn = NULL; in prime_main() local
H A Dgenrsa.c80 BIGNUM *bn = BN_new(); in genrsa_main() local
/openssl/crypto/x509/
H A Dv3_asid.c270 BIGNUM *bn = NULL; in ASIdentifierChoice_is_canonical() local
370 BIGNUM *bn = NULL; in ASIdentifierChoice_canonize() local
/openssl/include/openssl/
H A Dsrp.h.in46 BIGNUM *bn; member
H A Dparams.h58 # define OSSL_PARAM_BN(key, bn, sz) \ argument

Completed in 78 milliseconds

12