Searched defs:rsa_meth_st (Results 1 – 2 of 2) sorted by relevance
/external/openssl/crypto/rsa/ |
D | rsa.h | 85 struct rsa_meth_st struct 87 const char *name; 88 int (*rsa_pub_enc)(int flen,const unsigned char *from, 91 int (*rsa_pub_dec)(int flen,const unsigned char *from, 94 int (*rsa_priv_enc)(int flen,const unsigned char *from, 97 int (*rsa_priv_dec)(int flen,const unsigned char *from, 100 int (*rsa_mod_exp)(BIGNUM *r0,const BIGNUM *I,RSA *rsa,BN_CTX *ctx); /* Can be null */ 101 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, 104 int (*init)(RSA *rsa); /* called at new */ 105 int (*finish)(RSA *rsa); /* called at free */ [all …]
|
/external/openssl/include/openssl/ |
D | rsa.h | 85 struct rsa_meth_st struct 87 const char *name; 88 int (*rsa_pub_enc)(int flen,const unsigned char *from, 91 int (*rsa_pub_dec)(int flen,const unsigned char *from, 94 int (*rsa_priv_enc)(int flen,const unsigned char *from, 97 int (*rsa_priv_dec)(int flen,const unsigned char *from, 100 int (*rsa_mod_exp)(BIGNUM *r0,const BIGNUM *I,RSA *rsa,BN_CTX *ctx); /* Can be null */ 101 int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, 104 int (*init)(RSA *rsa); /* called at new */ 105 int (*finish)(RSA *rsa); /* called at free */ [all …]
|