Home
last modified time | relevance | path

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

12

/openssl-master/crypto/bn/
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()
A Dbn_conv.c126 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 Dbn_ctx.c303 BIGNUM *bn; in BN_POOL_finish() local
318 BIGNUM *bn; in BN_POOL_get() local
A Dbn_local.h194 # 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 Dbn_nist.c325 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 Dbntests.pl17 sub bn subroutine
A Dbn_internal_test.c31 BIGNUM *bn = NULL; in test_is_prime_enhanced() local
52 BIGNUM *bn = NULL; in test_is_composite_enhanced() local
A Dparam_build_test.c23 BIGNUM *bn = NULL, *bn_res = NULL; in template_public_test() local
155 BIGNUM *bn = NULL, *bn_res = NULL; in template_private_test() local
A Devp_libctx_test.c96 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 Dsrptest.c120 static int check_bn(const char *name, const BIGNUM *bn, const char *hexbn) in check_bn()
A Dffc_internal_test.c395 BIGNUM *bn = NULL; in ffc_params_fips186_2_gen_validate_test() local
A Dbntest.c322 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 Dx_bignum.c97 BIGNUM *bn; in bn_i2c() local
118 BIGNUM *bn; in bn_c2i() local
134 BIGNUM *bn; in bn_secure_c2i() local
A Da_int.c461 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 Dparam_build_set.c70 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 Dparam_build.c30 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 Dec_deprecated.c42 const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) in EC_POINT_bn2point()
/openssl-master/test/testutil/
A Dformat_output.c184 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 Dctrl_params_translate.c1634 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 Dprime.c45 BIGNUM *bn = NULL; in prime_main() local
A Dgenrsa.c81 BIGNUM *bn = BN_new(); in genrsa_main() local
/openssl-master/crypto/x509/
A Dv3_asid.c261 BIGNUM *bn = NULL; in ASIdentifierChoice_is_canonical() local
361 BIGNUM *bn = NULL; in ASIdentifierChoice_canonize() local
/openssl-master/include/openssl/
A Dsrp.h.in46 BIGNUM *bn; member
A Dparams.h58 # define OSSL_PARAM_BN(key, bn, sz) \ argument
/openssl-master/providers/implementations/encode_decode/
A Dencode_key2any.c472 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

Completed in 56 milliseconds

12