libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Type Usage: bignum_st (541)


Used As Name Used In
PARAM bn BN_to_ASN1_ENUMERATED ( BIGNUM* bn, ASN1_ENUMERATED* ai ) »
PARAM bn ASN1_ENUMERATED_to_BN ( ASN1_ENUMERATED* ai, BIGNUM* bn ) »
PARAM a BN_uadd ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b ) »
PARAM b BN_uadd ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b ) »
PARAM r BN_uadd ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b ) »
PARAM a BN_usub ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b ) »
PARAM b BN_usub ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b ) »
PARAM r BN_usub ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b ) »
PARAM a BN_add ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b ) »
PARAM b BN_add ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b ) »
PARAM r BN_add ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b ) »
PARAM a BN_sub ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b ) »
PARAM b BN_sub ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b ) »
PARAM r BN_sub ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b ) »
PARAM b bn_expand2 ( BIGNUM* b, int words ) »
PARAM a BN_ucmp ( BIGNUM const* a, BIGNUM const* b ) »
PARAM b BN_ucmp ( BIGNUM const* a, BIGNUM const* b ) »
PARAM divisor BN_div ( BIGNUM* dv, BIGNUM* rm, BIGNUM const* num, BIGNUM const* divisor, BN_CTX* ctx ) »
PARAM dv BN_div ( BIGNUM* dv, BIGNUM* rm, BIGNUM const* num, BIGNUM const* divisor, BN_CTX* ctx ) »
PARAM num BN_div ( BIGNUM* dv, BIGNUM* rm, BIGNUM const* num, BIGNUM const* divisor, BN_CTX* ctx ) »
PARAM rm BN_div ( BIGNUM* dv, BIGNUM* rm, BIGNUM const* num, BIGNUM const* divisor, BN_CTX* ctx ) »
PARAM a BN_rshift ( BIGNUM* r, BIGNUM const* a, int n ) »
PARAM r BN_rshift ( BIGNUM* r, BIGNUM const* a, int n ) »
PARAM a BN_copy ( BIGNUM* a, BIGNUM const* b ) »
PARAM b BN_copy ( BIGNUM* a, BIGNUM const* b ) »
PARAM a BN_num_bits ( BIGNUM const* a ) »
PARAM a BN_exp ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx ) »
PARAM p BN_exp ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx ) »
PARAM r BN_exp ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx ) »
PARAM a BN_mod_exp_recp ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx ) »
PARAM m BN_mod_exp_recp ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx ) »
PARAM p BN_mod_exp_recp ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx ) »
PARAM r BN_mod_exp_recp ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx ) »
PARAM a BN_mod_exp_mont_consttime ( BIGNUM* rr, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx, BN_MONT_CTX* in_mont ) »
PARAM m BN_mod_exp_mont_consttime ( BIGNUM* rr, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx, BN_MONT_CTX* in_mont ) »
PARAM p BN_mod_exp_mont_consttime ( BIGNUM* rr, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx, BN_MONT_CTX* in_mont ) »
PARAM rr BN_mod_exp_mont_consttime ( BIGNUM* rr, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx, BN_MONT_CTX* in_mont ) »
PARAM a BN_mod_exp_mont ( BIGNUM* rr, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx, BN_MONT_CTX* in_mont ) »
PARAM m BN_mod_exp_mont ( BIGNUM* rr, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx, BN_MONT_CTX* in_mont ) »
PARAM p BN_mod_exp_mont ( BIGNUM* rr, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx, BN_MONT_CTX* in_mont ) »
PARAM rr BN_mod_exp_mont ( BIGNUM* rr, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx, BN_MONT_CTX* in_mont ) »
PARAM m BN_mod_exp_mont_word ( BIGNUM* rr, unsigned long a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx, BN_MONT_CTX* in_mont ) »
PARAM p BN_mod_exp_mont_word ( BIGNUM* rr, unsigned long a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx, BN_MONT_CTX* in_mont ) »
PARAM rr BN_mod_exp_mont_word ( BIGNUM* rr, unsigned long a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx, BN_MONT_CTX* in_mont ) »
PARAM a BN_mod_exp ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx ) »
PARAM m BN_mod_exp ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx ) »
PARAM p BN_mod_exp ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx ) »
PARAM r BN_mod_exp ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx ) »
PARAM a BN_mod_exp_simple ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx ) »
PARAM m BN_mod_exp_simple ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx ) »
PARAM p BN_mod_exp_simple ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx ) »
PARAM r BN_mod_exp_simple ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BIGNUM const* m, BN_CTX* ctx ) »
PARAM a BN_sqr ( BIGNUM* r, BIGNUM const* a, BN_CTX* ctx ) »
PARAM r BN_sqr ( BIGNUM* r, BIGNUM const* a, BN_CTX* ctx ) »
PARAM a BN_is_bit_set ( BIGNUM const* a, int n ) »
PARAM a BN_mul ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx ) »
PARAM b BN_mul ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx ) »
PARAM r BN_mul ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx ) »
PARAM d BN_RECP_CTX_set ( BN_RECP_CTX* recp, BIGNUM const* d, BN_CTX* ctx ) »
PARAM d BN_nnmod ( BIGNUM* r, BIGNUM const* m, BIGNUM const* d, BN_CTX* ctx ) »
PARAM m BN_nnmod ( BIGNUM* r, BIGNUM const* m, BIGNUM const* d, BN_CTX* ctx ) »
PARAM r BN_nnmod ( BIGNUM* r, BIGNUM const* m, BIGNUM const* d, BN_CTX* ctx ) »
PARAM r BN_mod_mul_reciprocal ( BIGNUM* r, BIGNUM const* x, BIGNUM const* y, BN_RECP_CTX* recp, BN_CTX* ctx ) »
PARAM x BN_mod_mul_reciprocal ( BIGNUM* r, BIGNUM const* x, BIGNUM const* y, BN_RECP_CTX* recp, BN_CTX* ctx ) »
PARAM y BN_mod_mul_reciprocal ( BIGNUM* r, BIGNUM const* x, BIGNUM const* y, BN_RECP_CTX* recp, BN_CTX* ctx ) »
PARAM mod BN_MONT_CTX_set ( BN_MONT_CTX* mont, BIGNUM const* mod, BN_CTX* ctx ) »
PARAM a BN_mod_mul_montgomery ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BN_MONT_CTX* mont, BN_CTX* ctx ) »
PARAM b BN_mod_mul_montgomery ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BN_MONT_CTX* mont, BN_CTX* ctx ) »
PARAM r BN_mod_mul_montgomery ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BN_MONT_CTX* mont, BN_CTX* ctx ) »
PARAM a BN_from_montgomery ( BIGNUM* ret, BIGNUM const* a, BN_MONT_CTX* mont, BN_CTX* ctx ) »
PARAM ret BN_from_montgomery ( BIGNUM* ret, BIGNUM const* a, BN_MONT_CTX* mont, BN_CTX* ctx ) »
PARAM a BN_mul_word ( BIGNUM* a, unsigned long w ) »
PARAM a BN_mod_mul ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m, BN_CTX* ctx ) »
PARAM b BN_mod_mul ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m, BN_CTX* ctx ) »
PARAM m BN_mod_mul ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m, BN_CTX* ctx ) »
PARAM r BN_mod_mul ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m, BN_CTX* ctx ) »
PARAM a BN_clear_free ( BIGNUM* a ) »
PARAM a BN_init ( BIGNUM* a ) »
PARAM a BN_dup ( BIGNUM const* a ) »
PARAM b bn_dup_expand ( BIGNUM const* b, int words ) »
PARAM a BN_swap ( BIGNUM* a, BIGNUM* b ) »
PARAM b BN_swap ( BIGNUM* a, BIGNUM* b ) »
PARAM a BN_clear ( BIGNUM* a ) »
PARAM a BN_get_word ( BIGNUM const* a ) »
PARAM ret BN_bin2bn ( unsigned char const* s, int len, BIGNUM* ret ) »
PARAM a BN_bn2bin ( BIGNUM const* a, unsigned char* to ) »
PARAM a BN_cmp ( BIGNUM const* a, BIGNUM const* b ) »
PARAM b BN_cmp ( BIGNUM const* a, BIGNUM const* b ) »
PARAM a BN_set_bit ( BIGNUM* a, int n ) »
PARAM a BN_clear_bit ( BIGNUM* a, int n ) »
PARAM a BN_mask_bits ( BIGNUM* a, int n ) »
PARAM a BN_set_negative ( BIGNUM* a, int b ) »
PARAM a BN_consttime_swap ( unsigned long condition, BIGNUM* a, BIGNUM* b, int nwords ) »
PARAM b BN_consttime_swap ( unsigned long condition, BIGNUM* a, BIGNUM* b, int nwords ) »
PARAM a BN_mod_add ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m, BN_CTX* ctx ) »
PARAM b BN_mod_add ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m, BN_CTX* ctx ) »
PARAM m BN_mod_add ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m, BN_CTX* ctx ) »
PARAM r BN_mod_add ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m, BN_CTX* ctx ) »
PARAM a BN_mod_add_quick ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m ) »
PARAM b BN_mod_add_quick ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m ) »
PARAM m BN_mod_add_quick ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m ) »
PARAM r BN_mod_add_quick ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m ) »
PARAM a BN_mod_sub ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m, BN_CTX* ctx ) »
PARAM b BN_mod_sub ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m, BN_CTX* ctx ) »
PARAM m BN_mod_sub ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m, BN_CTX* ctx ) »
PARAM r BN_mod_sub ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m, BN_CTX* ctx ) »
PARAM a BN_mod_sub_quick ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m ) »
PARAM b BN_mod_sub_quick ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m ) »
PARAM m BN_mod_sub_quick ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m ) »
PARAM r BN_mod_sub_quick ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* m ) »
PARAM a BN_mod_sqr ( BIGNUM* r, BIGNUM const* a, BIGNUM const* m, BN_CTX* ctx ) »
PARAM m BN_mod_sqr ( BIGNUM* r, BIGNUM const* a, BIGNUM const* m, BN_CTX* ctx ) »
PARAM r BN_mod_sqr ( BIGNUM* r, BIGNUM const* a, BIGNUM const* m, BN_CTX* ctx ) »
PARAM a BN_mod_lshift1 ( BIGNUM* r, BIGNUM const* a, BIGNUM const* m, BN_CTX* ctx ) »
PARAM m BN_mod_lshift1 ( BIGNUM* r, BIGNUM const* a, BIGNUM const* m, BN_CTX* ctx ) »
PARAM r BN_mod_lshift1 ( BIGNUM* r, BIGNUM const* a, BIGNUM const* m, BN_CTX* ctx ) »
PARAM a BN_mod_lshift1_quick ( BIGNUM* r, BIGNUM const* a, BIGNUM const* m ) »
PARAM m BN_mod_lshift1_quick ( BIGNUM* r, BIGNUM const* a, BIGNUM const* m ) »
PARAM r BN_mod_lshift1_quick ( BIGNUM* r, BIGNUM const* a, BIGNUM const* m ) »
PARAM a BN_mod_lshift_quick ( BIGNUM* r, BIGNUM const* a, int n, BIGNUM const* m ) »
PARAM m BN_mod_lshift_quick ( BIGNUM* r, BIGNUM const* a, int n, BIGNUM const* m ) »
PARAM r BN_mod_lshift_quick ( BIGNUM* r, BIGNUM const* a, int n, BIGNUM const* m ) »
PARAM a BN_mod_lshift ( BIGNUM* r, BIGNUM const* a, int n, BIGNUM const* m, BN_CTX* ctx ) »
PARAM m BN_mod_lshift ( BIGNUM* r, BIGNUM const* a, int n, BIGNUM const* m, BN_CTX* ctx ) »
PARAM r BN_mod_lshift ( BIGNUM* r, BIGNUM const* a, int n, BIGNUM const* m, BN_CTX* ctx ) »
PARAM a BN_lshift1 ( BIGNUM* r, BIGNUM const* a ) »
PARAM r BN_lshift1 ( BIGNUM* r, BIGNUM const* a ) »
PARAM a BN_bn2hex ( BIGNUM const* a ) »
PARAM bn BN_hex2bn ( BIGNUM** bn, char const* a ) »
PARAM bn BN_dec2bn ( BIGNUM** bn, char const* a ) »
PARAM bn BN_asc2bn ( BIGNUM** bn, char const* a ) »
PARAM a BN_print ( BIO* bp, BIGNUM const* a ) »
PARAM a BN_print_fp ( FILE* fp, BIGNUM const* a ) »
PARAM a BN_div_word ( BIGNUM* a, unsigned long w ) »
PARAM rnd BN_rand ( BIGNUM* rnd, int bits, int top, int bottom ) »
PARAM rnd BN_pseudo_rand ( BIGNUM* rnd, int bits, int top, int bottom ) »
PARAM rnd BN_bntest_rand ( BIGNUM* rnd, int bits, int top, int bottom ) »
PARAM r BN_rand_range ( BIGNUM* r, BIGNUM const* range ) »
PARAM range BN_rand_range ( BIGNUM* r, BIGNUM const* range ) »
PARAM r BN_pseudo_rand_range ( BIGNUM* r, BIGNUM const* range ) »
PARAM range BN_pseudo_rand_range ( BIGNUM* r, BIGNUM const* range ) »
PARAM a BN_rshift1 ( BIGNUM* r, BIGNUM const* a ) »
PARAM r BN_rshift1 ( BIGNUM* r, BIGNUM const* a ) »
PARAM a BN_mod_word ( BIGNUM const* a, unsigned long w ) »
PARAM A BN_BLINDING_new ( BIGNUM const* A, BIGNUM const* Ai, BIGNUM* mod ) »
PARAM Ai BN_BLINDING_new ( BIGNUM const* A, BIGNUM const* Ai, BIGNUM* mod ) »
PARAM mod BN_BLINDING_new ( BIGNUM const* A, BIGNUM const* Ai, BIGNUM* mod ) »
PARAM n BN_BLINDING_invert_ex ( BIGNUM* n, BIGNUM const* r, BN_BLINDING* b, BN_CTX* ctx ) »
PARAM r BN_BLINDING_invert_ex ( BIGNUM* n, BIGNUM const* r, BN_BLINDING* b, BN_CTX* ctx ) »
PARAM n BN_BLINDING_invert ( BIGNUM* n, BN_BLINDING* b, BN_CTX* ctx ) »
PARAM e BN_BLINDING_create_param ( BN_BLINDING* b, BIGNUM const* e, BIGNUM* m, BN_CTX* ctx, int(*)(BIGNUM*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX*) bn_mod_exp, BN_MONT_CTX* m_ctx ) »
PARAM m BN_BLINDING_create_param ( BN_BLINDING* b, BIGNUM const* e, BIGNUM* m, BN_CTX* ctx, int(*)(BIGNUM*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX*) bn_mod_exp, BN_MONT_CTX* m_ctx ) »
PARAM n BN_BLINDING_convert_ex ( BIGNUM* n, BIGNUM* r, BN_BLINDING* b, BN_CTX* ctx ) »
PARAM r BN_BLINDING_convert_ex ( BIGNUM* n, BIGNUM* r, BN_BLINDING* b, BN_CTX* ctx ) »
PARAM n BN_BLINDING_convert ( BIGNUM* n, BN_BLINDING* b, BN_CTX* ctx ) »
PARAM a BN_mod_inverse ( BIGNUM* in, BIGNUM const* a, BIGNUM const* n, BN_CTX* ctx ) »
PARAM in BN_mod_inverse ( BIGNUM* in, BIGNUM const* a, BIGNUM const* n, BN_CTX* ctx ) »
PARAM n BN_mod_inverse ( BIGNUM* in, BIGNUM const* a, BIGNUM const* n, BN_CTX* ctx ) »
PARAM a BN_kronecker ( BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx ) »
PARAM b BN_kronecker ( BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx ) »
PARAM a BN_mod_sqrt ( BIGNUM* in, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx ) »
PARAM in BN_mod_sqrt ( BIGNUM* in, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx ) »
PARAM p BN_mod_sqrt ( BIGNUM* in, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx ) »
PARAM in_a BN_gcd ( BIGNUM* r, BIGNUM const* in_a, BIGNUM const* in_b, BN_CTX* ctx ) »
PARAM in_b BN_gcd ( BIGNUM* r, BIGNUM const* in_a, BIGNUM const* in_b, BN_CTX* ctx ) »
PARAM r BN_gcd ( BIGNUM* r, BIGNUM const* in_a, BIGNUM const* in_b, BN_CTX* ctx ) »
PARAM a BN_is_prime_fasttest_ex ( BIGNUM const* a, int checks, BN_CTX* ctx_passed, int do_trial_division, BN_GENCB* cb ) »
PARAM add BN_generate_prime_ex ( BIGNUM* ret, int bits, int safe, BIGNUM const* add, BIGNUM const* rem, BN_GENCB* cb ) »
PARAM rem BN_generate_prime_ex ( BIGNUM* ret, int bits, int safe, BIGNUM const* add, BIGNUM const* rem, BN_GENCB* cb ) »
PARAM ret BN_generate_prime_ex ( BIGNUM* ret, int bits, int safe, BIGNUM const* add, BIGNUM const* rem, BN_GENCB* cb ) »
PARAM a BN_is_prime_ex ( BIGNUM const* a, int checks, BN_CTX* ctx_passed, BN_GENCB* cb ) »
PARAM A SRP_Calc_u ( BIGNUM* A, BIGNUM* B, BIGNUM* N ) »
PARAM B SRP_Calc_u ( BIGNUM* A, BIGNUM* B, BIGNUM* N ) »
PARAM N SRP_Calc_u ( BIGNUM* A, BIGNUM* B, BIGNUM* N ) »
PARAM A SRP_Calc_server_key ( BIGNUM* A, BIGNUM* v, BIGNUM* u, BIGNUM* b, BIGNUM* N ) »
PARAM N SRP_Calc_server_key ( BIGNUM* A, BIGNUM* v, BIGNUM* u, BIGNUM* b, BIGNUM* N ) »
PARAM b SRP_Calc_server_key ( BIGNUM* A, BIGNUM* v, BIGNUM* u, BIGNUM* b, BIGNUM* N ) »
PARAM u SRP_Calc_server_key ( BIGNUM* A, BIGNUM* v, BIGNUM* u, BIGNUM* b, BIGNUM* N ) »
PARAM v SRP_Calc_server_key ( BIGNUM* A, BIGNUM* v, BIGNUM* u, BIGNUM* b, BIGNUM* N ) »
PARAM N SRP_Calc_B ( BIGNUM* b, BIGNUM* N, BIGNUM* g, BIGNUM* v ) »
PARAM b SRP_Calc_B ( BIGNUM* b, BIGNUM* N, BIGNUM* g, BIGNUM* v ) »
PARAM g SRP_Calc_B ( BIGNUM* b, BIGNUM* N, BIGNUM* g, BIGNUM* v ) »
PARAM v SRP_Calc_B ( BIGNUM* b, BIGNUM* N, BIGNUM* g, BIGNUM* v ) »
PARAM s SRP_Calc_x ( BIGNUM* s, char const* user, char const* pass ) »
PARAM N SRP_Calc_A ( BIGNUM* a, BIGNUM* N, BIGNUM* g ) »
PARAM a SRP_Calc_A ( BIGNUM* a, BIGNUM* N, BIGNUM* g ) »
PARAM g SRP_Calc_A ( BIGNUM* a, BIGNUM* N, BIGNUM* g ) »
PARAM B SRP_Calc_client_key ( BIGNUM* N, BIGNUM* B, BIGNUM* g, BIGNUM* x, BIGNUM* a, BIGNUM* u ) »
PARAM N SRP_Calc_client_key ( BIGNUM* N, BIGNUM* B, BIGNUM* g, BIGNUM* x, BIGNUM* a, BIGNUM* u ) »
PARAM a SRP_Calc_client_key ( BIGNUM* N, BIGNUM* B, BIGNUM* g, BIGNUM* x, BIGNUM* a, BIGNUM* u ) »
PARAM g SRP_Calc_client_key ( BIGNUM* N, BIGNUM* B, BIGNUM* g, BIGNUM* x, BIGNUM* a, BIGNUM* u ) »
PARAM u SRP_Calc_client_key ( BIGNUM* N, BIGNUM* B, BIGNUM* g, BIGNUM* x, BIGNUM* a, BIGNUM* u ) »
PARAM x SRP_Calc_client_key ( BIGNUM* N, BIGNUM* B, BIGNUM* g, BIGNUM* x, BIGNUM* a, BIGNUM* u ) »
PARAM B SRP_Verify_B_mod_N ( BIGNUM* B, BIGNUM* N ) »
PARAM N SRP_Verify_B_mod_N ( BIGNUM* B, BIGNUM* N ) »
PARAM A SRP_Verify_A_mod_N ( BIGNUM* A, BIGNUM* N ) »
PARAM N SRP_Verify_A_mod_N ( BIGNUM* A, BIGNUM* N ) »
PARAM N SRP_check_known_gN_param ( BIGNUM* g, BIGNUM* N ) »
PARAM g SRP_check_known_gN_param ( BIGNUM* g, BIGNUM* N ) »
PARAM N SRP_create_verifier_BN ( char const* user, char const* pass, BIGNUM** salt, BIGNUM** verifier, BIGNUM* N, BIGNUM* g ) »
PARAM g SRP_create_verifier_BN ( char const* user, char const* pass, BIGNUM** salt, BIGNUM** verifier, BIGNUM* N, BIGNUM* g ) »
PARAM salt SRP_create_verifier_BN ( char const* user, char const* pass, BIGNUM** salt, BIGNUM** verifier, BIGNUM* N, BIGNUM* g ) »
PARAM verifier SRP_create_verifier_BN ( char const* user, char const* pass, BIGNUM** salt, BIGNUM** verifier, BIGNUM* N, BIGNUM* g ) »
PARAM m BN_reciprocal ( BIGNUM* r, BIGNUM const* m, int len, BN_CTX* ctx ) »
PARAM r BN_reciprocal ( BIGNUM* r, BIGNUM const* m, int len, BN_CTX* ctx ) »
PARAM dv BN_div_recp ( BIGNUM* dv, BIGNUM* rem, BIGNUM const* m, BN_RECP_CTX* recp, BN_CTX* ctx ) »
PARAM m BN_div_recp ( BIGNUM* dv, BIGNUM* rem, BIGNUM const* m, BN_RECP_CTX* recp, BN_CTX* ctx ) »
PARAM rem BN_div_recp ( BIGNUM* dv, BIGNUM* rem, BIGNUM const* m, BN_RECP_CTX* recp, BN_CTX* ctx ) »
PARAM mod BN_MONT_CTX_set_locked ( BN_MONT_CTX** pmont, int lock, BIGNUM const* mod, BN_CTX* ctx ) »
PARAM a BN_bn2mpi ( BIGNUM const* a, unsigned char* d ) »
PARAM a BN_mpi2bn ( unsigned char const* d, int n, BIGNUM* a ) »
PARAM a1 BN_mod_exp2_mont ( BIGNUM* rr, BIGNUM const* a1, BIGNUM const* p1, BIGNUM const* a2, BIGNUM const* p2, BIGNUM const* m, BN_CTX* ctx, BN_MONT_CTX* in_mont ) »
PARAM a2 BN_mod_exp2_mont ( BIGNUM* rr, BIGNUM const* a1, BIGNUM const* p1, BIGNUM const* a2, BIGNUM const* p2, BIGNUM const* m, BN_CTX* ctx, BN_MONT_CTX* in_mont ) »
PARAM m BN_mod_exp2_mont ( BIGNUM* rr, BIGNUM const* a1, BIGNUM const* p1, BIGNUM const* a2, BIGNUM const* p2, BIGNUM const* m, BN_CTX* ctx, BN_MONT_CTX* in_mont ) »
PARAM p1 BN_mod_exp2_mont ( BIGNUM* rr, BIGNUM const* a1, BIGNUM const* p1, BIGNUM const* a2, BIGNUM const* p2, BIGNUM const* m, BN_CTX* ctx, BN_MONT_CTX* in_mont ) »
PARAM p2 BN_mod_exp2_mont ( BIGNUM* rr, BIGNUM const* a1, BIGNUM const* p1, BIGNUM const* a2, BIGNUM const* p2, BIGNUM const* m, BN_CTX* ctx, BN_MONT_CTX* in_mont ) »
PARAM rr BN_mod_exp2_mont ( BIGNUM* rr, BIGNUM const* a1, BIGNUM const* p1, BIGNUM const* a2, BIGNUM const* p2, BIGNUM const* m, BN_CTX* ctx, BN_MONT_CTX* in_mont ) »
PARAM a BN_GF2m_add ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b ) »
PARAM b BN_GF2m_add ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b ) »
PARAM r BN_GF2m_add ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b ) »
PARAM a BN_GF2m_mod_arr ( BIGNUM* r, BIGNUM const* a, int const* p ) »
PARAM r BN_GF2m_mod_arr ( BIGNUM* r, BIGNUM const* a, int const* p ) »
PARAM a BN_GF2m_mod_sqr_arr ( BIGNUM* r, BIGNUM const* a, int const* p, BN_CTX* ctx ) »
PARAM r BN_GF2m_mod_sqr_arr ( BIGNUM* r, BIGNUM const* a, int const* p, BN_CTX* ctx ) »
PARAM a BN_GF2m_mod_mul_arr ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, int const* p, BN_CTX* ctx ) »
PARAM b BN_GF2m_mod_mul_arr ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, int const* p, BN_CTX* ctx ) »
PARAM r BN_GF2m_mod_mul_arr ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, int const* p, BN_CTX* ctx ) »
PARAM a BN_GF2m_mod_exp_arr ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, int const* p, BN_CTX* ctx ) »
PARAM b BN_GF2m_mod_exp_arr ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, int const* p, BN_CTX* ctx ) »
PARAM r BN_GF2m_mod_exp_arr ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, int const* p, BN_CTX* ctx ) »
PARAM a BN_GF2m_mod_sqrt_arr ( BIGNUM* r, BIGNUM const* a, int const* p, BN_CTX* ctx ) »
PARAM r BN_GF2m_mod_sqrt_arr ( BIGNUM* r, BIGNUM const* a, int const* p, BN_CTX* ctx ) »
PARAM a_ BN_GF2m_mod_solve_quad_arr ( BIGNUM* r, BIGNUM const* a_, int const* p, BN_CTX* ctx ) »
PARAM r BN_GF2m_mod_solve_quad_arr ( BIGNUM* r, BIGNUM const* a_, int const* p, BN_CTX* ctx ) »
PARAM a BN_GF2m_poly2arr ( BIGNUM const* a, int* p, int max ) »
PARAM a BN_GF2m_mod ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p ) »
PARAM p BN_GF2m_mod ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p ) »
PARAM r BN_GF2m_mod ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p ) »
PARAM a BN_GF2m_mod_inv ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx ) »
PARAM p BN_GF2m_mod_inv ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx ) »
PARAM r BN_GF2m_mod_inv ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx ) »
PARAM a BN_GF2m_mod_mul ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* p, BN_CTX* ctx ) »
PARAM b BN_GF2m_mod_mul ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* p, BN_CTX* ctx ) »
PARAM p BN_GF2m_mod_mul ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* p, BN_CTX* ctx ) »
PARAM r BN_GF2m_mod_mul ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* p, BN_CTX* ctx ) »
PARAM p BN_GF2m_mod_div ( BIGNUM* r, BIGNUM const* y, BIGNUM const* x, BIGNUM const* p, BN_CTX* ctx ) »
PARAM r BN_GF2m_mod_div ( BIGNUM* r, BIGNUM const* y, BIGNUM const* x, BIGNUM const* p, BN_CTX* ctx ) »
PARAM x BN_GF2m_mod_div ( BIGNUM* r, BIGNUM const* y, BIGNUM const* x, BIGNUM const* p, BN_CTX* ctx ) »
PARAM y BN_GF2m_mod_div ( BIGNUM* r, BIGNUM const* y, BIGNUM const* x, BIGNUM const* p, BN_CTX* ctx ) »
PARAM a BN_GF2m_mod_sqr ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx ) »
PARAM p BN_GF2m_mod_sqr ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx ) »
PARAM r BN_GF2m_mod_sqr ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx ) »
PARAM a BN_GF2m_mod_exp ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* p, BN_CTX* ctx ) »
PARAM b BN_GF2m_mod_exp ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* p, BN_CTX* ctx ) »
PARAM p BN_GF2m_mod_exp ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* p, BN_CTX* ctx ) »
PARAM r BN_GF2m_mod_exp ( BIGNUM* r, BIGNUM const* a, BIGNUM const* b, BIGNUM const* p, BN_CTX* ctx ) »
PARAM a BN_GF2m_mod_sqrt ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx ) »
PARAM p BN_GF2m_mod_sqrt ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx ) »
PARAM r BN_GF2m_mod_sqrt ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx ) »
PARAM a BN_GF2m_mod_solve_quad ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx ) »
PARAM p BN_GF2m_mod_solve_quad ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx ) »
PARAM r BN_GF2m_mod_solve_quad ( BIGNUM* r, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx ) »
PARAM a BN_GF2m_arr2poly ( int const* p, BIGNUM* a ) »
PARAM r BN_GF2m_mod_inv_arr ( BIGNUM* r, BIGNUM const* xx, int const* p, BN_CTX* ctx ) »
PARAM xx BN_GF2m_mod_inv_arr ( BIGNUM* r, BIGNUM const* xx, int const* p, BN_CTX* ctx ) »
PARAM r BN_GF2m_mod_div_arr ( BIGNUM* r, BIGNUM const* yy, BIGNUM const* xx, int const* p, BN_CTX* ctx ) »
PARAM xx BN_GF2m_mod_div_arr ( BIGNUM* r, BIGNUM const* yy, BIGNUM const* xx, int const* p, BN_CTX* ctx ) »
PARAM yy BN_GF2m_mod_div_arr ( BIGNUM* r, BIGNUM const* yy, BIGNUM const* xx, int const* p, BN_CTX* ctx ) »
PARAM a BN_nist_mod_192 ( BIGNUM* r, BIGNUM const* a, BIGNUM const* field, BN_CTX* ctx ) »
PARAM field BN_nist_mod_192 ( BIGNUM* r, BIGNUM const* a, BIGNUM const* field, BN_CTX* ctx ) »
PARAM r BN_nist_mod_192 ( BIGNUM* r, BIGNUM const* a, BIGNUM const* field, BN_CTX* ctx ) »
PARAM a BN_nist_mod_224 ( BIGNUM* r, BIGNUM const* a, BIGNUM const* field, BN_CTX* ctx ) »
PARAM field BN_nist_mod_224 ( BIGNUM* r, BIGNUM const* a, BIGNUM const* field, BN_CTX* ctx ) »
PARAM r BN_nist_mod_224 ( BIGNUM* r, BIGNUM const* a, BIGNUM const* field, BN_CTX* ctx ) »
PARAM a BN_nist_mod_256 ( BIGNUM* r, BIGNUM const* a, BIGNUM const* field, BN_CTX* ctx ) »
PARAM field BN_nist_mod_256 ( BIGNUM* r, BIGNUM const* a, BIGNUM const* field, BN_CTX* ctx ) »
PARAM r BN_nist_mod_256 ( BIGNUM* r, BIGNUM const* a, BIGNUM const* field, BN_CTX* ctx ) »
PARAM a BN_nist_mod_384 ( BIGNUM* r, BIGNUM const* a, BIGNUM const* field, BN_CTX* ctx ) »
PARAM field BN_nist_mod_384 ( BIGNUM* r, BIGNUM const* a, BIGNUM const* field, BN_CTX* ctx ) »
PARAM r BN_nist_mod_384 ( BIGNUM* r, BIGNUM const* a, BIGNUM const* field, BN_CTX* ctx ) »
PARAM a BN_nist_mod_521 ( BIGNUM* r, BIGNUM const* a, BIGNUM const* field, BN_CTX* ctx ) »
PARAM field BN_nist_mod_521 ( BIGNUM* r, BIGNUM const* a, BIGNUM const* field, BN_CTX* ctx ) »
PARAM r BN_nist_mod_521 ( BIGNUM* r, BIGNUM const* a, BIGNUM const* field, BN_CTX* ctx ) »
PARAM add BN_generate_prime ( BIGNUM* ret, int bits, int safe, BIGNUM const* add, BIGNUM const* rem, void(*)(int, int, void*) callback, void* cb_arg ) »
PARAM rem BN_generate_prime ( BIGNUM* ret, int bits, int safe, BIGNUM const* add, BIGNUM const* rem, void(*)(int, int, void*) callback, void* cb_arg ) »
PARAM ret BN_generate_prime ( BIGNUM* ret, int bits, int safe, BIGNUM const* add, BIGNUM const* rem, void(*)(int, int, void*) callback, void* cb_arg ) »
PARAM a BN_is_prime ( BIGNUM const* a, int checks, void(*)(int, int, void*) callback, BN_CTX* ctx_passed, void* cb_arg ) »
PARAM a BN_is_prime_fasttest ( BIGNUM const* a, int checks, void(*)(int, int, void*) callback, BN_CTX* ctx_passed, void* cb_arg, int do_trial_division ) »
PARAM bn get_rfc2409_prime_768 ( BIGNUM* bn ) »
PARAM bn get_rfc2409_prime_1024 ( BIGNUM* bn ) »
PARAM bn get_rfc3526_prime_1536 ( BIGNUM* bn ) »
PARAM bn get_rfc3526_prime_2048 ( BIGNUM* bn ) »
PARAM bn get_rfc3526_prime_3072 ( BIGNUM* bn ) »
PARAM bn get_rfc3526_prime_4096 ( BIGNUM* bn ) »
PARAM bn get_rfc3526_prime_6144 ( BIGNUM* bn ) »
PARAM bn get_rfc3526_prime_8192 ( BIGNUM* bn ) »
PARAM Xp BN_X931_derive_prime_ex ( BIGNUM* p, BIGNUM* p1, BIGNUM* p2, BIGNUM const* Xp, BIGNUM const* Xp1, BIGNUM const* Xp2, BIGNUM const* e, BN_CTX* ctx, BN_GENCB* cb ) »
PARAM Xp1 BN_X931_derive_prime_ex ( BIGNUM* p, BIGNUM* p1, BIGNUM* p2, BIGNUM const* Xp, BIGNUM const* Xp1, BIGNUM const* Xp2, BIGNUM const* e, BN_CTX* ctx, BN_GENCB* cb ) »
PARAM Xp2 BN_X931_derive_prime_ex ( BIGNUM* p, BIGNUM* p1, BIGNUM* p2, BIGNUM const* Xp, BIGNUM const* Xp1, BIGNUM const* Xp2, BIGNUM const* e, BN_CTX* ctx, BN_GENCB* cb ) »
PARAM e BN_X931_derive_prime_ex ( BIGNUM* p, BIGNUM* p1, BIGNUM* p2, BIGNUM const* Xp, BIGNUM const* Xp1, BIGNUM const* Xp2, BIGNUM const* e, BN_CTX* ctx, BN_GENCB* cb ) »
PARAM p BN_X931_derive_prime_ex ( BIGNUM* p, BIGNUM* p1, BIGNUM* p2, BIGNUM const* Xp, BIGNUM const* Xp1, BIGNUM const* Xp2, BIGNUM const* e, BN_CTX* ctx, BN_GENCB* cb ) »
PARAM p1 BN_X931_derive_prime_ex ( BIGNUM* p, BIGNUM* p1, BIGNUM* p2, BIGNUM const* Xp, BIGNUM const* Xp1, BIGNUM const* Xp2, BIGNUM const* e, BN_CTX* ctx, BN_GENCB* cb ) »
PARAM p2 BN_X931_derive_prime_ex ( BIGNUM* p, BIGNUM* p1, BIGNUM* p2, BIGNUM const* Xp, BIGNUM const* Xp1, BIGNUM const* Xp2, BIGNUM const* e, BN_CTX* ctx, BN_GENCB* cb ) »
PARAM Xp BN_X931_generate_Xpq ( BIGNUM* Xp, BIGNUM* Xq, int nbits, BN_CTX* ctx ) »
PARAM Xq BN_X931_generate_Xpq ( BIGNUM* Xp, BIGNUM* Xq, int nbits, BN_CTX* ctx ) »
PARAM Xp BN_X931_generate_prime_ex ( BIGNUM* p, BIGNUM* p1, BIGNUM* p2, BIGNUM* Xp1, BIGNUM* Xp2, BIGNUM const* Xp, BIGNUM const* e, BN_CTX* ctx, BN_GENCB* cb ) »
PARAM Xp1 BN_X931_generate_prime_ex ( BIGNUM* p, BIGNUM* p1, BIGNUM* p2, BIGNUM* Xp1, BIGNUM* Xp2, BIGNUM const* Xp, BIGNUM const* e, BN_CTX* ctx, BN_GENCB* cb ) »
PARAM Xp2 BN_X931_generate_prime_ex ( BIGNUM* p, BIGNUM* p1, BIGNUM* p2, BIGNUM* Xp1, BIGNUM* Xp2, BIGNUM const* Xp, BIGNUM const* e, BN_CTX* ctx, BN_GENCB* cb ) »
PARAM e BN_X931_generate_prime_ex ( BIGNUM* p, BIGNUM* p1, BIGNUM* p2, BIGNUM* Xp1, BIGNUM* Xp2, BIGNUM const* Xp, BIGNUM const* e, BN_CTX* ctx, BN_GENCB* cb ) »
PARAM p BN_X931_generate_prime_ex ( BIGNUM* p, BIGNUM* p1, BIGNUM* p2, BIGNUM* Xp1, BIGNUM* Xp2, BIGNUM const* Xp, BIGNUM const* e, BN_CTX* ctx, BN_GENCB* cb ) »
PARAM p1 BN_X931_generate_prime_ex ( BIGNUM* p, BIGNUM* p1, BIGNUM* p2, BIGNUM* Xp1, BIGNUM* Xp2, BIGNUM const* Xp, BIGNUM const* e, BN_CTX* ctx, BN_GENCB* cb ) »
PARAM p2 BN_X931_generate_prime_ex ( BIGNUM* p, BIGNUM* p1, BIGNUM* p2, BIGNUM* Xp1, BIGNUM* Xp2, BIGNUM const* Xp, BIGNUM const* e, BN_CTX* ctx, BN_GENCB* cb ) »
PARAM order EC_GROUP_get_order ( EC_GROUP const* group, BIGNUM* order, BN_CTX* ctx ) »
PARAM cofactor EC_GROUP_get_cofactor ( EC_GROUP const* group, BIGNUM* cofactor, BN_CTX* ctx ) »
PARAM a EC_GROUP_set_curve_GFp ( EC_GROUP* group, BIGNUM const* p, BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx ) »
PARAM b EC_GROUP_set_curve_GFp ( EC_GROUP* group, BIGNUM const* p, BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx ) »
PARAM p EC_GROUP_set_curve_GFp ( EC_GROUP* group, BIGNUM const* p, BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx ) »
PARAM a EC_GROUP_get_curve_GFp ( EC_GROUP const* group, BIGNUM* p, BIGNUM* a, BIGNUM* b, BN_CTX* ctx ) »
PARAM b EC_GROUP_get_curve_GFp ( EC_GROUP const* group, BIGNUM* p, BIGNUM* a, BIGNUM* b, BN_CTX* ctx ) »
PARAM p EC_GROUP_get_curve_GFp ( EC_GROUP const* group, BIGNUM* p, BIGNUM* a, BIGNUM* b, BN_CTX* ctx ) »
PARAM a EC_GROUP_set_curve_GF2m ( EC_GROUP* group, BIGNUM const* p, BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx ) »
PARAM b EC_GROUP_set_curve_GF2m ( EC_GROUP* group, BIGNUM const* p, BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx ) »
PARAM p EC_GROUP_set_curve_GF2m ( EC_GROUP* group, BIGNUM const* p, BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx ) »
PARAM a EC_GROUP_get_curve_GF2m ( EC_GROUP const* group, BIGNUM* p, BIGNUM* a, BIGNUM* b, BN_CTX* ctx ) »
PARAM b EC_GROUP_get_curve_GF2m ( EC_GROUP const* group, BIGNUM* p, BIGNUM* a, BIGNUM* b, BN_CTX* ctx ) »
PARAM p EC_GROUP_get_curve_GF2m ( EC_GROUP const* group, BIGNUM* p, BIGNUM* a, BIGNUM* b, BN_CTX* ctx ) »
PARAM x EC_POINT_set_Jprojective_coordinates_GFp ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, BIGNUM const* y, BIGNUM const* z, BN_CTX* ctx ) »
PARAM y EC_POINT_set_Jprojective_coordinates_GFp ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, BIGNUM const* y, BIGNUM const* z, BN_CTX* ctx ) »
PARAM z EC_POINT_set_Jprojective_coordinates_GFp ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, BIGNUM const* y, BIGNUM const* z, BN_CTX* ctx ) »
PARAM x EC_POINT_get_Jprojective_coordinates_GFp ( EC_GROUP const* group, EC_POINT const* point, BIGNUM* x, BIGNUM* y, BIGNUM* z, BN_CTX* ctx ) »
PARAM y EC_POINT_get_Jprojective_coordinates_GFp ( EC_GROUP const* group, EC_POINT const* point, BIGNUM* x, BIGNUM* y, BIGNUM* z, BN_CTX* ctx ) »
PARAM z EC_POINT_get_Jprojective_coordinates_GFp ( EC_GROUP const* group, EC_POINT const* point, BIGNUM* x, BIGNUM* y, BIGNUM* z, BN_CTX* ctx ) »
PARAM x EC_POINT_set_affine_coordinates_GFp ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, BIGNUM const* y, BN_CTX* ctx ) »
PARAM y EC_POINT_set_affine_coordinates_GFp ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, BIGNUM const* y, BN_CTX* ctx ) »
PARAM x EC_POINT_set_affine_coordinates_GF2m ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, BIGNUM const* y, BN_CTX* ctx ) »
PARAM y EC_POINT_set_affine_coordinates_GF2m ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, BIGNUM const* y, BN_CTX* ctx ) »
PARAM x EC_POINT_get_affine_coordinates_GFp ( EC_GROUP const* group, EC_POINT const* point, BIGNUM* x, BIGNUM* y, BN_CTX* ctx ) »
PARAM y EC_POINT_get_affine_coordinates_GFp ( EC_GROUP const* group, EC_POINT const* point, BIGNUM* x, BIGNUM* y, BN_CTX* ctx ) »
PARAM x EC_POINT_get_affine_coordinates_GF2m ( EC_GROUP const* group, EC_POINT const* point, BIGNUM* x, BIGNUM* y, BN_CTX* ctx ) »
PARAM y EC_POINT_get_affine_coordinates_GF2m ( EC_GROUP const* group, EC_POINT const* point, BIGNUM* x, BIGNUM* y, BN_CTX* ctx ) »
PARAM scalar EC_POINTs_mul ( EC_GROUP const* group, EC_POINT* r, BIGNUM const* scalar, size_t num, EC_POINT const** points, BIGNUM const** scalars, BN_CTX* ctx ) »
PARAM scalars EC_POINTs_mul ( EC_GROUP const* group, EC_POINT* r, BIGNUM const* scalar, size_t num, EC_POINT const** points, BIGNUM const** scalars, BN_CTX* ctx ) »
PARAM g_scalar EC_POINT_mul ( EC_GROUP const* group, EC_POINT* r, BIGNUM const* g_scalar, EC_POINT const* point, BIGNUM const* p_scalar, BN_CTX* ctx ) »
PARAM p_scalar EC_POINT_mul ( EC_GROUP const* group, EC_POINT* r, BIGNUM const* g_scalar, EC_POINT const* point, BIGNUM const* p_scalar, BN_CTX* ctx ) »
PARAM cofactor EC_GROUP_set_generator ( EC_GROUP* group, EC_POINT const* generator, BIGNUM const* order, BIGNUM const* cofactor ) »
PARAM order EC_GROUP_set_generator ( EC_GROUP* group, EC_POINT const* generator, BIGNUM const* order, BIGNUM const* cofactor ) »
PARAM x ec_GFp_simple_set_Jprojective_coordinates_GFp ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, BIGNUM const* y, BIGNUM const* z, BN_CTX* ctx ) »
PARAM y ec_GFp_simple_set_Jprojective_coordinates_GFp ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, BIGNUM const* y, BIGNUM const* z, BN_CTX* ctx ) »
PARAM z ec_GFp_simple_set_Jprojective_coordinates_GFp ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, BIGNUM const* y, BIGNUM const* z, BN_CTX* ctx ) »
PARAM x ec_GFp_simple_get_Jprojective_coordinates_GFp ( EC_GROUP const* group, EC_POINT const* point, BIGNUM* x, BIGNUM* y, BIGNUM* z, BN_CTX* ctx ) »
PARAM y ec_GFp_simple_get_Jprojective_coordinates_GFp ( EC_GROUP const* group, EC_POINT const* point, BIGNUM* x, BIGNUM* y, BIGNUM* z, BN_CTX* ctx ) »
PARAM z ec_GFp_simple_get_Jprojective_coordinates_GFp ( EC_GROUP const* group, EC_POINT const* point, BIGNUM* x, BIGNUM* y, BIGNUM* z, BN_CTX* ctx ) »
PARAM x ec_GFp_simple_point_set_affine_coordinates ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, BIGNUM const* y, BN_CTX* ctx ) »
PARAM y ec_GFp_simple_point_set_affine_coordinates ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, BIGNUM const* y, BN_CTX* ctx ) »
PARAM x ec_GFp_simple_point_get_affine_coordinates ( EC_GROUP const* group, EC_POINT const* point, BIGNUM* x, BIGNUM* y, BN_CTX* ctx ) »
PARAM y ec_GFp_simple_point_get_affine_coordinates ( EC_GROUP const* group, EC_POINT const* point, BIGNUM* x, BIGNUM* y, BN_CTX* ctx ) »
PARAM a EC_GROUP_new_curve_GFp ( BIGNUM const* p, BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx ) »
PARAM b EC_GROUP_new_curve_GFp ( BIGNUM const* p, BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx ) »
PARAM p EC_GROUP_new_curve_GFp ( BIGNUM const* p, BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx ) »
PARAM a EC_GROUP_new_curve_GF2m ( BIGNUM const* p, BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx ) »
PARAM b EC_GROUP_new_curve_GF2m ( BIGNUM const* p, BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx ) »
PARAM p EC_GROUP_new_curve_GF2m ( BIGNUM const* p, BIGNUM const* a, BIGNUM const* b, BN_CTX* ctx ) »
PARAM ret EC_POINT_point2bn ( EC_GROUP const* group, EC_POINT const* point, enum point_conversion_form_t form, BIGNUM* ret, BN_CTX* ctx ) »
PARAM bn EC_POINT_bn2point ( EC_GROUP const* group, BIGNUM const* bn, EC_POINT* point, BN_CTX* ctx ) »
PARAM bn ASN1_INTEGER_to_BN ( ASN1_INTEGER const* ai, BIGNUM* bn ) »
PARAM bn BN_to_ASN1_INTEGER ( BIGNUM const* bn, ASN1_INTEGER* ai ) »
PARAM priv_key EC_KEY_set_private_key ( EC_KEY* key, BIGNUM const* priv_key ) »
PARAM x EC_KEY_set_public_key_affine_coordinates ( EC_KEY* key, BIGNUM* x, BIGNUM* y ) »
PARAM y EC_KEY_set_public_key_affine_coordinates ( EC_KEY* key, BIGNUM* x, BIGNUM* y ) »
PARAM x ec_GF2m_simple_point_set_affine_coordinates ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, BIGNUM const* y, BN_CTX* ctx ) »
PARAM y ec_GF2m_simple_point_set_affine_coordinates ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, BIGNUM const* y, BN_CTX* ctx ) »
PARAM x ec_GF2m_simple_point_get_affine_coordinates ( EC_GROUP const* group, EC_POINT const* point, BIGNUM* x, BIGNUM* y, BN_CTX* ctx ) »
PARAM y ec_GF2m_simple_point_get_affine_coordinates ( EC_GROUP const* group, EC_POINT const* point, BIGNUM* x, BIGNUM* y, BN_CTX* ctx ) »
PARAM a BN_add_word ( BIGNUM* a, unsigned long w ) »
PARAM a BN_set_word ( BIGNUM* a, unsigned long w ) »
PARAM a BN_lshift ( BIGNUM* r, BIGNUM const* a, int n ) »
PARAM r BN_lshift ( BIGNUM* r, BIGNUM const* a, int n ) »
PARAM a BN_bn2dec ( BIGNUM const* a ) »
PARAM a BN_sub_word ( BIGNUM* a, unsigned long w ) »
PARAM a BN_free ( BIGNUM* a ) »
PARAM num ASN1_bn_print ( BIO* bp, char const* number, BIGNUM const* num, unsigned char* buf, int off ) »
PARAM x_ ec_GFp_simple_set_compressed_coordinates ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x_, int y_bit, BN_CTX* ctx ) »
PARAM x EC_POINT_set_compressed_coordinates_GFp ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, int y_bit, BN_CTX* ctx ) »
PARAM x_ ec_GF2m_simple_set_compressed_coordinates ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x_, int y_bit, BN_CTX* ctx ) »
PARAM x EC_POINT_set_compressed_coordinates_GF2m ( EC_GROUP const* group, EC_POINT* point, BIGNUM const* x, int y_bit, BN_CTX* ctx ) »
PARAM e_value RSA_generate_key_ex ( RSA* rsa, int bits, BIGNUM* e_value, BN_GENCB* cb ) »
PARAM kinvp DSA_sign_setup ( DSA* dsa, BN_CTX* ctx_in, BIGNUM** kinvp, BIGNUM** rp ) »
PARAM rp DSA_sign_setup ( DSA* dsa, BN_CTX* ctx_in, BIGNUM** kinvp, BIGNUM** rp ) »
PARAM kinvp ECDSA_sign_setup ( EC_KEY* eckey, BN_CTX* ctx_in, BIGNUM** kinvp, BIGNUM** rp ) »
PARAM rp ECDSA_sign_setup ( EC_KEY* eckey, BN_CTX* ctx_in, BIGNUM** kinvp, BIGNUM** rp ) »
PARAM kinv ECDSA_do_sign_ex ( unsigned char const* dgst, int dlen, BIGNUM const* kinv, BIGNUM const* rp, EC_KEY* eckey ) »
PARAM rp ECDSA_do_sign_ex ( unsigned char const* dgst, int dlen, BIGNUM const* kinv, BIGNUM const* rp, EC_KEY* eckey ) »
PARAM kinv ECDSA_sign_ex ( int type, unsigned char const* dgst, int dlen, unsigned char* sig, unsigned int* siglen, BIGNUM const* kinv, BIGNUM const* r, EC_KEY* eckey ) »
PARAM r ECDSA_sign_ex ( int type, unsigned char const* dgst, int dlen, unsigned char* sig, unsigned int* siglen, BIGNUM const* kinv, BIGNUM const* r, EC_KEY* eckey ) »
PARAM pub_key DH_compute_key ( unsigned char* key, BIGNUM const* pub_key, DH* dh ) »
PARAM pub_key DH_compute_key_padded ( unsigned char* key, BIGNUM const* pub_key, DH* dh ) »
PARAM pub_key DH_check_pub_key ( DH const* dh, BIGNUM const* pub_key, int* ret ) »
RETURN ASN1_ENUMERATED_to_BN ( ASN1_ENUMERATED* ai, BIGNUM* bn ) »
RETURN bn_expand2 ( BIGNUM* b, int words ) »
RETURN BN_copy ( BIGNUM* a, BIGNUM const* b ) »
RETURN BN_CTX_get ( BN_CTX* ctx ) »
RETURN BN_value_one ( ) »
RETURN BN_dup ( BIGNUM const* a ) »
RETURN bn_dup_expand ( BIGNUM const* b, int words ) »
RETURN BN_bin2bn ( unsigned char const* s, int len, BIGNUM* ret ) »
RETURN BN_mod_inverse ( BIGNUM* in, BIGNUM const* a, BIGNUM const* n, BN_CTX* ctx ) »
RETURN BN_mod_sqrt ( BIGNUM* in, BIGNUM const* a, BIGNUM const* p, BN_CTX* ctx ) »
RETURN SRP_Calc_u ( BIGNUM* A, BIGNUM* B, BIGNUM* N ) »
RETURN SRP_Calc_server_key ( BIGNUM* A, BIGNUM* v, BIGNUM* u, BIGNUM* b, BIGNUM* N ) »
RETURN SRP_Calc_B ( BIGNUM* b, BIGNUM* N, BIGNUM* g, BIGNUM* v ) »
RETURN SRP_Calc_x ( BIGNUM* s, char const* user, char const* pass ) »
RETURN SRP_Calc_A ( BIGNUM* a, BIGNUM* N, BIGNUM* g ) »
RETURN SRP_Calc_client_key ( BIGNUM* N, BIGNUM* B, BIGNUM* g, BIGNUM* x, BIGNUM* a, BIGNUM* u ) »
RETURN BN_mpi2bn ( unsigned char const* d, int n, BIGNUM* a ) »
RETURN BN_get0_nist_prime_192 ( ) »
RETURN BN_get0_nist_prime_224 ( ) »
RETURN BN_get0_nist_prime_256 ( ) »
RETURN BN_get0_nist_prime_384 ( ) »
RETURN BN_get0_nist_prime_521 ( ) »
RETURN BN_generate_prime ( BIGNUM* ret, int bits, int safe, BIGNUM const* add, BIGNUM const* rem, void(*)(int, int, void*) callback, void* cb_arg ) »
RETURN get_rfc2409_prime_768 ( BIGNUM* bn ) »
RETURN get_rfc2409_prime_1024 ( BIGNUM* bn ) »
RETURN get_rfc3526_prime_1536 ( BIGNUM* bn ) »
RETURN get_rfc3526_prime_2048 ( BIGNUM* bn ) »
RETURN get_rfc3526_prime_3072 ( BIGNUM* bn ) »
RETURN get_rfc3526_prime_4096 ( BIGNUM* bn ) »
RETURN get_rfc3526_prime_6144 ( BIGNUM* bn ) »
RETURN get_rfc3526_prime_8192 ( BIGNUM* bn ) »
RETURN EC_POINT_point2bn ( EC_GROUP const* group, EC_POINT const* point, enum point_conversion_form_t form, BIGNUM* ret, BN_CTX* ctx ) »
RETURN ASN1_INTEGER_to_BN ( ASN1_INTEGER const* ai, BIGNUM* bn ) »
RETURN EC_KEY_get0_private_key ( EC_KEY const* key ) »
RETURN BN_new ( ) »
FIELD .N struct bn_recp_ctx_st { BIGNUM N, BIGNUM Nr, int num_bits, int shift, int flags } »
FIELD .Nr struct bn_recp_ctx_st { BIGNUM N, BIGNUM Nr, int num_bits, int shift, int flags } »
FIELD .vals struct bignum_pool_item { BIGNUM[16] vals, struct bignum_pool_item* prev, struct bignum_pool_item* next } »
FIELD .N struct SRP_gN_st { char* id, BIGNUM* g, BIGNUM* N } »
FIELD .g struct SRP_gN_st { char* id, BIGNUM* g, BIGNUM* N } »
FIELD .N struct SRP_user_pwd_st { char* id, BIGNUM* s, BIGNUM* v, BIGNUM const* g, BIGNUM const* N, char* info } »
FIELD .g struct SRP_user_pwd_st { char* id, BIGNUM* s, BIGNUM* v, BIGNUM const* g, BIGNUM const* N, char* info } »
FIELD .s struct SRP_user_pwd_st { char* id, BIGNUM* s, BIGNUM* v, BIGNUM const* g, BIGNUM const* N, char* info } »
FIELD .v struct SRP_user_pwd_st { char* id, BIGNUM* s, BIGNUM* v, BIGNUM const* g, BIGNUM const* N, char* info } »
FIELD .default_N struct SRP_VBASE_st { struct stack_st_SRP_user_pwd* users_pwd, struct stack_st_SRP_gN_cache* gN_cache, char* seed_key, BIGNUM* default_g, BIGNUM* default_N } »
FIELD .default_g struct SRP_VBASE_st { struct stack_st_SRP_user_pwd* users_pwd, struct stack_st_SRP_gN_cache* gN_cache, char* seed_key, BIGNUM* default_g, BIGNUM* default_N } »
FIELD .a struct ec_group_st { ... BIGNUM field, int[6] poly, BIGNUM a, BIGNUM b, int a_is_minus3, void* field_data1, void* field_data2, int(*)(BIGNUM*, BIGNUM const*, BIGNUM const*, BN_CTX*) field_mod_func, BN_MONT_CTX* mont_data } »
FIELD .b struct ec_group_st { ... int[6] poly, BIGNUM a, BIGNUM b, int a_is_minus3, void* field_data1, void* field_data2, int(*)(BIGNUM*, BIGNUM const*, BIGNUM const*, BN_CTX*) field_mod_func, BN_MONT_CTX* mont_data } »
FIELD .cofactor struct ec_group_st { EC_METHOD const* meth, EC_POINT* generator, BIGNUM order, BIGNUM cofactor, int curve_name, int asn1_flag, ... } »
FIELD .field struct ec_group_st { EC_METHOD const* meth, EC_POINT* generator, BIGNUM order, BIGNUM cofactor, int curve_name, int asn1_flag, enum point_conversion_form_t asn1_form, unsigned char* seed, size_t seed_len, EC_EXTRA_DATA* extra_data, BIGNUM field, int[6] poly, BIGNUM a, BIGNUM b, int a_is_minus3, void* field_data1, void* field_data2, int(*)(BIGNUM*, BIGNUM const*, BIGNUM const*, BN_CTX*) field_mod_func, BN_MONT_CTX* mont_data } »
FIELD .order struct ec_group_st { EC_METHOD const* meth, EC_POINT* generator, BIGNUM order, BIGNUM cofactor, int curve_name, ... } »
FIELD .X struct ec_point_st { EC_METHOD const* meth, BIGNUM X, BIGNUM Y, BIGNUM Z, int Z_is_one } »
FIELD .Y struct ec_point_st { EC_METHOD const* meth, BIGNUM X, BIGNUM Y, BIGNUM Z, int Z_is_one } »
FIELD .Z struct ec_point_st { EC_METHOD const* meth, BIGNUM X, BIGNUM Y, BIGNUM Z, int Z_is_one } »
FIELD .r struct ECDSA_SIG_st { BIGNUM* r, BIGNUM* s } »
FIELD .s struct ECDSA_SIG_st { BIGNUM* r, BIGNUM* s } »
FIELD .counter struct dh_st { ... unsigned char* seed, int seedlen, BIGNUM* counter, int references, CRYPTO_EX_DATA ex_data, DH_METHOD const* meth, ENGINE* engine } »
FIELD .g struct dh_st { int pad, int version, BIGNUM* p, BIGNUM* g, long length, BIGNUM* pub_key, ... } »
FIELD .j struct dh_st { int pad, int version, BIGNUM* p, BIGNUM* g, long length, BIGNUM* pub_key, BIGNUM* priv_key, int flags, BN_MONT_CTX* method_mont_p, BIGNUM* q, BIGNUM* j, unsigned char* seed, int seedlen, BIGNUM* counter, int references, CRYPTO_EX_DATA ex_data, DH_METHOD const* meth, ENGINE* engine } »
FIELD .p struct dh_st { int pad, int version, BIGNUM* p, BIGNUM* g, long length, ... } »
FIELD .priv_key struct dh_st { int pad, int version, BIGNUM* p, BIGNUM* g, long length, BIGNUM* pub_key, BIGNUM* priv_key, int flags, BN_MONT_CTX* method_mont_p, ... } »
FIELD .pub_key struct dh_st { int pad, int version, BIGNUM* p, BIGNUM* g, long length, BIGNUM* pub_key, BIGNUM* priv_key, int flags, ... } »
FIELD .q struct dh_st { int pad, int version, BIGNUM* p, BIGNUM* g, long length, BIGNUM* pub_key, BIGNUM* priv_key, int flags, BN_MONT_CTX* method_mont_p, BIGNUM* q, BIGNUM* j, unsigned char* seed, int seedlen, BIGNUM* counter, int references, CRYPTO_EX_DATA ex_data, DH_METHOD const* meth, ENGINE* engine } »
FIELD .g struct dsa_st { int pad, long version, int write_params, BIGNUM* p, BIGNUM* q, BIGNUM* g, BIGNUM* pub_key, BIGNUM* priv_key, BIGNUM* kinv, BIGNUM* r, int flags, BN_MONT_CTX* method_mont_p, int references, CRYPTO_EX_DATA ex_data, DSA_METHOD const* meth, ENGINE* engine } »
FIELD .kinv struct dsa_st { int pad, long version, int write_params, BIGNUM* p, BIGNUM* q, BIGNUM* g, BIGNUM* pub_key, BIGNUM* priv_key, BIGNUM* kinv, BIGNUM* r, int flags, BN_MONT_CTX* method_mont_p, int references, CRYPTO_EX_DATA ex_data, DSA_METHOD const* meth, ENGINE* engine } »
FIELD .p struct dsa_st { int pad, long version, int write_params, BIGNUM* p, BIGNUM* q, BIGNUM* g, ... } »
FIELD .priv_key struct dsa_st { int pad, long version, int write_params, BIGNUM* p, BIGNUM* q, BIGNUM* g, BIGNUM* pub_key, BIGNUM* priv_key, BIGNUM* kinv, BIGNUM* r, int flags, BN_MONT_CTX* method_mont_p, int references, CRYPTO_EX_DATA ex_data, DSA_METHOD const* meth, ENGINE* engine } »
FIELD .pub_key struct dsa_st { int pad, long version, int write_params, BIGNUM* p, BIGNUM* q, BIGNUM* g, BIGNUM* pub_key, BIGNUM* priv_key, BIGNUM* kinv, BIGNUM* r, int flags, BN_MONT_CTX* method_mont_p, int references, CRYPTO_EX_DATA ex_data, DSA_METHOD const* meth, ENGINE* engine } »
FIELD .q struct dsa_st { int pad, long version, int write_params, BIGNUM* p, BIGNUM* q, BIGNUM* g, BIGNUM* pub_key, ... } »
FIELD .r struct dsa_st { int pad, long version, int write_params, BIGNUM* p, BIGNUM* q, BIGNUM* g, BIGNUM* pub_key, BIGNUM* priv_key, BIGNUM* kinv, BIGNUM* r, int flags, BN_MONT_CTX* method_mont_p, int references, CRYPTO_EX_DATA ex_data, DSA_METHOD const* meth, ENGINE* engine } »
FIELD .d struct rsa_st { int pad, long version, RSA_METHOD const* meth, ENGINE* engine, BIGNUM* n, BIGNUM* e, BIGNUM* d, BIGNUM* p, BIGNUM* q, ... } »
FIELD .dmp1 struct rsa_st { int pad, long version, RSA_METHOD const* meth, ENGINE* engine, BIGNUM* n, BIGNUM* e, BIGNUM* d, BIGNUM* p, BIGNUM* q, BIGNUM* dmp1, BIGNUM* dmq1, BIGNUM* iqmp, ... } »
FIELD .dmq1 struct rsa_st { int pad, long version, RSA_METHOD const* meth, ENGINE* engine, BIGNUM* n, BIGNUM* e, BIGNUM* d, BIGNUM* p, BIGNUM* q, BIGNUM* dmp1, BIGNUM* dmq1, BIGNUM* iqmp, CRYPTO_EX_DATA ex_data, int references, int flags, BN_MONT_CTX* _method_mod_n, BN_MONT_CTX* _method_mod_p, BN_MONT_CTX* _method_mod_q, char* bignum_data, BN_BLINDING* blinding, BN_BLINDING* mt_blinding } »
FIELD .e struct rsa_st { int pad, long version, RSA_METHOD const* meth, ENGINE* engine, BIGNUM* n, BIGNUM* e, BIGNUM* d, BIGNUM* p, ... } »
FIELD .iqmp struct rsa_st { ... BIGNUM* dmp1, BIGNUM* dmq1, BIGNUM* iqmp, CRYPTO_EX_DATA ex_data, int references, int flags, BN_MONT_CTX* _method_mod_n, BN_MONT_CTX* _method_mod_p, BN_MONT_CTX* _method_mod_q, char* bignum_data, BN_BLINDING* blinding, BN_BLINDING* mt_blinding } »
FIELD .n struct rsa_st { int pad, long version, RSA_METHOD const* meth, ENGINE* engine, BIGNUM* n, BIGNUM* e, BIGNUM* d, ... } »
FIELD .p struct rsa_st { int pad, long version, RSA_METHOD const* meth, ENGINE* engine, BIGNUM* n, BIGNUM* e, BIGNUM* d, BIGNUM* p, BIGNUM* q, BIGNUM* dmp1, ... } »
FIELD .q struct rsa_st { int pad, long version, RSA_METHOD const* meth, ENGINE* engine, BIGNUM* n, BIGNUM* e, BIGNUM* d, BIGNUM* p, BIGNUM* q, BIGNUM* dmp1, BIGNUM* dmq1, ... } »
FIELD .priv_key struct ec_key_st { int version, EC_GROUP* group, EC_POINT* pub_key, BIGNUM* priv_key, unsigned int enc_flag, enum point_conversion_form_t conv_form, int references, int flags, EC_EXTRA_DATA* method_data } »
FIELD .A struct bn_blinding_st { BIGNUM* A, BIGNUM* Ai, BIGNUM* e, BIGNUM* mod, unsigned long thread_id, CRYPTO_THREADID tid, int counter, unsigned long flags, BN_MONT_CTX* m_ctx, int(*)(BIGNUM*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX*) bn_mod_exp } »
FIELD .Ai struct bn_blinding_st { BIGNUM* A, BIGNUM* Ai, BIGNUM* e, BIGNUM* mod, unsigned long thread_id, CRYPTO_THREADID tid, int counter, unsigned long flags, BN_MONT_CTX* m_ctx, int(*)(BIGNUM*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX*) bn_mod_exp } »
FIELD .e struct bn_blinding_st { BIGNUM* A, BIGNUM* Ai, BIGNUM* e, BIGNUM* mod, unsigned long thread_id, CRYPTO_THREADID tid, int counter, unsigned long flags, BN_MONT_CTX* m_ctx, int(*)(BIGNUM*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX*) bn_mod_exp } »
FIELD .mod struct bn_blinding_st { BIGNUM* A, BIGNUM* Ai, BIGNUM* e, BIGNUM* mod, unsigned long thread_id, CRYPTO_THREADID tid, int counter, unsigned long flags, BN_MONT_CTX* m_ctx, int(*)(BIGNUM*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX*) bn_mod_exp } »
FIELD .N struct bn_mont_ctx_st { int ri, BIGNUM RR, BIGNUM N, BIGNUM Ni, unsigned long[2] n0, int flags } »
FIELD .Ni struct bn_mont_ctx_st { int ri, BIGNUM RR, BIGNUM N, BIGNUM Ni, unsigned long[2] n0, int flags } »
FIELD .RR struct bn_mont_ctx_st { int ri, BIGNUM RR, BIGNUM N, BIGNUM Ni, unsigned long[2] n0, int flags } »
FIELD .r struct DSA_SIG_st { BIGNUM* r, BIGNUM* s } »
FIELD .s struct DSA_SIG_st { BIGNUM* r, BIGNUM* s } »
F-PTR
PARAM
2nd parameter int(*) { EC_GROUP*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX* } »
F-PTR
PARAM
3rd parameter int(*) { EC_GROUP*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX* } »
F-PTR
PARAM
4th parameter int(*) { EC_GROUP*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX* } »
F-PTR
PARAM
2nd parameter int(*) { EC_GROUP const*, BIGNUM*, BIGNUM*, BIGNUM*, BN_CTX* } »
F-PTR
PARAM
3rd parameter int(*) { EC_GROUP const*, BIGNUM*, BIGNUM*, BIGNUM*, BN_CTX* } »
F-PTR
PARAM
4th parameter int(*) { EC_GROUP const*, BIGNUM*, BIGNUM*, BIGNUM*, BN_CTX* } »
F-PTR
PARAM
3rd parameter int(*) { EC_GROUP const*, EC_POINT*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX* } »
F-PTR
PARAM
4th parameter int(*) { EC_GROUP const*, EC_POINT*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX* } »
F-PTR
PARAM
5th parameter int(*) { EC_GROUP const*, EC_POINT*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX* } »
F-PTR
PARAM
3rd parameter int(*) { EC_GROUP const*, EC_POINT const*, BIGNUM*, BIGNUM*, BIGNUM*, BN_CTX* } »
F-PTR
PARAM
4th parameter int(*) { EC_GROUP const*, EC_POINT const*, BIGNUM*, BIGNUM*, BIGNUM*, BN_CTX* } »
F-PTR
PARAM
5th parameter int(*) { EC_GROUP const*, EC_POINT const*, BIGNUM*, BIGNUM*, BIGNUM*, BN_CTX* } »
F-PTR
PARAM
3rd parameter int(*) { EC_GROUP const*, EC_POINT*, BIGNUM const*, BIGNUM const*, BN_CTX* } »
F-PTR
PARAM
4th parameter int(*) { EC_GROUP const*, EC_POINT*, BIGNUM const*, BIGNUM const*, BN_CTX* } »
F-PTR
PARAM
3rd parameter int(*) { EC_GROUP const*, EC_POINT const*, BIGNUM*, BIGNUM*, BN_CTX* } »
F-PTR
PARAM
4th parameter int(*) { EC_GROUP const*, EC_POINT const*, BIGNUM*, BIGNUM*, BN_CTX* } »
F-PTR
PARAM
3rd parameter int(*) { EC_GROUP const*, EC_POINT*, BIGNUM const*, int, BN_CTX* } »
F-PTR
PARAM
3rd parameter int(*) { EC_GROUP const*, EC_POINT*, BIGNUM const*, size_t, EC_POINT const**, BIGNUM const**, BN_CTX* } »
F-PTR
PARAM
6th parameter int(*) { EC_GROUP const*, EC_POINT*, BIGNUM const*, size_t, EC_POINT const**, BIGNUM const**, BN_CTX* } »
F-PTR
PARAM
2nd parameter int(*) { EC_GROUP const*, BIGNUM*, BIGNUM const*, BIGNUM const*, BN_CTX* } »
F-PTR
PARAM
3rd parameter int(*) { EC_GROUP const*, BIGNUM*, BIGNUM const*, BIGNUM const*, BN_CTX* } »
F-PTR
PARAM
4th parameter int(*) { EC_GROUP const*, BIGNUM*, BIGNUM const*, BIGNUM const*, BN_CTX* } »
F-PTR
PARAM
2nd parameter int(*) { EC_GROUP const*, BIGNUM*, BIGNUM const*, BN_CTX* } »
F-PTR
PARAM
3rd parameter int(*) { EC_GROUP const*, BIGNUM*, BIGNUM const*, BN_CTX* } »
F-PTR
PARAM
2nd parameter int(*) { EC_GROUP const*, BIGNUM*, BN_CTX* } »
F-PTR
PARAM
1st parameter int(*) { BIGNUM*, BIGNUM const*, BIGNUM const*, BN_CTX* } »
F-PTR
PARAM
2nd parameter int(*) { BIGNUM*, BIGNUM const*, BIGNUM const*, BN_CTX* } »
F-PTR
PARAM
3rd parameter int(*) { BIGNUM*, BIGNUM const*, BIGNUM const*, BN_CTX* } »
F-PTR
PARAM
3rd parameter ECDSA_SIG*(*) { unsigned char const*, int, BIGNUM const*, BIGNUM const*, EC_KEY* } »
F-PTR
PARAM
4th parameter ECDSA_SIG*(*) { unsigned char const*, int, BIGNUM const*, BIGNUM const*, EC_KEY* } »
F-PTR
PARAM
3rd parameter int(*) { EC_KEY*, BN_CTX*, BIGNUM**, BIGNUM** } »
F-PTR
PARAM
4th parameter int(*) { EC_KEY*, BN_CTX*, BIGNUM**, BIGNUM** } »
F-PTR
PARAM
1st parameter int(*) { BIGNUM*, BIGNUM const*, RSA*, BN_CTX* } »
F-PTR
PARAM
2nd parameter int(*) { BIGNUM*, BIGNUM const*, RSA*, BN_CTX* } »
F-PTR
PARAM
1st parameter int(*) { BIGNUM*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX* } »
F-PTR
PARAM
2nd parameter int(*) { BIGNUM*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX* } »
F-PTR
PARAM
3rd parameter int(*) { BIGNUM*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX* } »
F-PTR
PARAM
4th parameter int(*) { BIGNUM*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX* } »
F-PTR
PARAM
3rd parameter int(*) { RSA*, int, BIGNUM*, BN_GENCB* } »
F-PTR
PARAM
2nd parameter int(*) { unsigned char*, BIGNUM const*, DH* } »
F-PTR
PARAM
2nd parameter int(*) { DH const*, BIGNUM*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX* } »
F-PTR
PARAM
3rd parameter int(*) { DH const*, BIGNUM*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX* } »
F-PTR
PARAM
4th parameter int(*) { DH const*, BIGNUM*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX* } »
F-PTR
PARAM
5th parameter int(*) { DH const*, BIGNUM*, BIGNUM const*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX* } »
F-PTR
PARAM
3rd parameter int(*) { DSA*, BN_CTX*, BIGNUM**, BIGNUM** } »
F-PTR
PARAM
4th parameter int(*) { DSA*, BN_CTX*, BIGNUM**, BIGNUM** } »
F-PTR
PARAM
2nd parameter int(*) { DSA*, BIGNUM*, BIGNUM*, BIGNUM*, BIGNUM*, BIGNUM*, BIGNUM*, BN_CTX*, BN_MONT_CTX* } »
F-PTR
PARAM
3rd parameter int(*) { DSA*, BIGNUM*, BIGNUM*, BIGNUM*, BIGNUM*, BIGNUM*, BIGNUM*, BN_CTX*, BN_MONT_CTX* } »
F-PTR
PARAM
4th parameter int(*) { DSA*, BIGNUM*, BIGNUM*, BIGNUM*, BIGNUM*, BIGNUM*, BIGNUM*, BN_CTX*, BN_MONT_CTX* } »
F-PTR
PARAM
5th parameter int(*) { DSA*, BIGNUM*, BIGNUM*, BIGNUM*, BIGNUM*, BIGNUM*, BIGNUM*, BN_CTX*, BN_MONT_CTX* } »
F-PTR
PARAM
6th parameter int(*) { DSA*, BIGNUM*, BIGNUM*, BIGNUM*, BIGNUM*, BIGNUM*, BIGNUM*, BN_CTX*, BN_MONT_CTX* } »
F-PTR
PARAM
7th parameter int(*) { DSA*, BIGNUM*, BIGNUM*, BIGNUM*, BIGNUM*, BIGNUM*, BIGNUM*, BN_CTX*, BN_MONT_CTX* } »
F-PTR
PARAM
2nd parameter int(*) { DSA*, BIGNUM*, BIGNUM*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX* } »
F-PTR
PARAM
3rd parameter int(*) { DSA*, BIGNUM*, BIGNUM*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX* } »
F-PTR
PARAM
4th parameter int(*) { DSA*, BIGNUM*, BIGNUM*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX* } »
F-PTR
PARAM
5th parameter int(*) { DSA*, BIGNUM*, BIGNUM*, BIGNUM const*, BIGNUM const*, BN_CTX*, BN_MONT_CTX* } »



Andrey Ponomarenko's ABI laboratory