Searched refs:RSA_private_encrypt (Results 1 - 8 of 8) sorted by relevance

/external/openssl/crypto/rsa/
H A Drsa_saos.c93 i=RSA_private_encrypt(i,s,sigret,rsa,RSA_PKCS1_PADDING);
H A Drsa_pmeth.c173 ret = RSA_private_encrypt(tbslen + 1, rctx->tbuf,
192 ret = RSA_private_encrypt(RSA_size(rsa), rctx->tbuf,
199 ret = RSA_private_encrypt(tbslen, tbs, sig, ctx->pkey->pkey.rsa,
H A Drsa_sign.c133 i=RSA_private_encrypt(i,s,sigret,rsa,RSA_PKCS1_PADDING);
H A Drsa.h110 * the RSA_public_decrypt() and RSA_private_encrypt() should *NOT* be used
275 int RSA_private_encrypt(int flen, const unsigned char *from,
H A Drsa_lib.c294 int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, function
/external/openssl/apps/
H A Drsautl.c285 rsa_outlen = RSA_private_encrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad);
/external/openssl/include/openssl/
H A Drsa.h110 * the RSA_public_decrypt() and RSA_private_encrypt() should *NOT* be used
275 int RSA_private_encrypt(int flen, const unsigned char *from,
/external/ipsec-tools/src/racoon/
H A Dcrypto_openssl.c1210 len = RSA_private_encrypt(src->l, (unsigned char *) src->v,

Completed in 87 milliseconds