HomeSort by relevance Sort by last modified time
    Searched refs:RSA_private_encrypt (Results 1 - 14 of 14) sorted by null

  /external/openssl/crypto/rsa/
rsa_saos.c 93 i=RSA_private_encrypt(i,s,sigret,rsa,RSA_PKCS1_PADDING);
rsa_pmeth.c 245 ret = RSA_private_encrypt(tbslen + 1, rctx->tbuf,
266 ret = RSA_private_encrypt(RSA_size(rsa), rctx->tbuf,
273 ret = RSA_private_encrypt(tbslen, tbs, sig, ctx->pkey->pkey.rsa,
rsa_crpt.c 89 int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to,
rsa_sign.c 141 i=RSA_private_encrypt(i,s,sigret,rsa,RSA_PKCS1_PADDING);
rsa.h 110 * the RSA_public_decrypt() and RSA_private_encrypt() should *NOT* be used
298 int RSA_private_encrypt(int flen, const unsigned char *from,
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSignatureRawRSA.java 150 NativeCrypto.RSA_private_encrypt(inputOffset, inputBuffer, outputBuffer,
OpenSSLCipherRSA.java 263 resultSize = NativeCrypto.RSA_private_encrypt(tmpBuf.length, tmpBuf, output,
NativeCrypto.java 95 public static native int RSA_private_encrypt(int flen, byte[] from, byte[] to, int pkey,
  /external/openssl/apps/
rsautl.c 285 rsa_outlen = RSA_private_encrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad);
  /external/openssh/
ssh-pkcs11-helper.c 183 if ((ret = RSA_private_encrypt(dlen, data, signature,
  /external/openssl/include/openssl/
rsa.h 110 * the RSA_public_decrypt() and RSA_private_encrypt() should *NOT* be used
298 int RSA_private_encrypt(int flen, const unsigned char *from,
  /system/security/softkeymaster/
keymaster_openssl.cpp 391 if (RSA_private_encrypt(dataLength, data, tmp, rsa.get(), RSA_NO_PADDING) <= 0) {
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 1152 len = RSA_private_encrypt(src->l, (unsigned char *) src->v,
    [all...]

Completed in 1031 milliseconds