Searched defs:rsa_mod_exp (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/rsa/
H A Drsa.h100 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/
H A Drsa.h100 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 82 milliseconds