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

公開変数類

const char * name
 
int(* rsa_pub_enc )(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding)
 
int(* rsa_pub_dec )(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding)
 
int(* rsa_priv_enc )(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding)
 
int(* rsa_priv_dec )(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding)
 
int(* rsa_mod_exp )(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx)
 
int(* bn_mod_exp )(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
 
int(* init )(RSA *rsa)
 
int(* finish )(RSA *rsa)
 
int flags
 
char * app_data
 
int(* rsa_sign )(int type, const unsigned char *m, unsigned int m_length, unsigned char *sigret, unsigned int *siglen, const RSA *rsa)
 
int(* rsa_verify )(int dtype, const unsigned char *m, unsigned int m_length, const unsigned char *sigbuf, unsigned int siglen, const RSA *rsa)
 
int(* rsa_keygen )(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb)
 

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