OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rsa_mod_exp
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/rsa/
rsa.h
100
int (*
rsa_mod_exp
)(BIGNUM *r0,const BIGNUM *I,RSA *rsa,BN_CTX *ctx); /* Can be null */
member in struct:rsa_meth_st
183
/* This flag means the private key operations will be handled by
rsa_mod_exp
/external/openssl/include/openssl/
rsa.h
100
int (*
rsa_mod_exp
)(BIGNUM *r0,const BIGNUM *I,RSA *rsa,BN_CTX *ctx); /* Can be null */
member in struct:rsa_meth_st
183
/* This flag means the private key operations will be handled by
rsa_mod_exp
Completed in 119 milliseconds