UNICORN - iOS
公開変数類 | 全メンバ一覧
dsa_method 構造体

公開変数類

const char * name
 
DSA_SIG *(* dsa_do_sign )(const unsigned char *dgst, int dlen, DSA *dsa)
 
int(* dsa_sign_setup )(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp)
 
int(* dsa_do_verify )(const unsigned char *dgst, int dgst_len, DSA_SIG *sig, DSA *dsa)
 
int(* dsa_mod_exp )(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont)
 
int(* bn_mod_exp )(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
 
int(* init )(DSA *dsa)
 
int(* finish )(DSA *dsa)
 
int flags
 
char * app_data
 
int(* dsa_paramgen )(DSA *dsa, int bits, const unsigned char *seed, int seed_len, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb)
 
int(* dsa_keygen )(DSA *dsa)
 

この構造体詳解は次のファイルから抽出されました: