Home
last modified time | relevance | path

Searched defs:rsa_meth_st (Results 1 – 1 of 1) sorted by relevance

/optee_test-3.20.0/host/openssl/include/openssl/
A Drsa.h85 struct rsa_meth_st { struct
86 const char *name;
87 int (*rsa_pub_enc) (int flen, const unsigned char *from,
89 int (*rsa_pub_dec) (int flen, const unsigned char *from,
91 int (*rsa_priv_enc) (int flen, const unsigned char *from,
101 int (*init) (RSA *rsa);
103 int (*finish) (RSA *rsa);
105 int flags;
107 char *app_data;
116 int (*rsa_sign) (int type,
[all …]

Completed in 5 milliseconds