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

  /external/openssl/crypto/rsa/
rsa_saos.c 126 i=RSA_public_decrypt((int)siglen,sigbuf,s,rsa,RSA_PKCS1_PADDING);
rsa_sign.c 181 i = RSA_public_decrypt((int)siglen,
199 i=RSA_public_decrypt((int)siglen,sigbuf,s,rsa,RSA_PKCS1_PADDING);
rsa_pmeth.c 295 ret = RSA_public_decrypt(siglen, sig,
331 ret = RSA_public_decrypt(siglen, sig, rout, ctx->pkey->pkey.rsa,
384 ret = RSA_public_decrypt(siglen, sig, rctx->tbuf,
402 rslen = RSA_public_decrypt(siglen, sig, rctx->tbuf,
rsa_crpt.c 117 int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to,
rsa.h 110 * the RSA_public_decrypt() and RSA_private_encrypt() should *NOT* be used
300 int RSA_public_decrypt(int flen, const unsigned char *from,
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSignatureRawRSA.java 175 resultSize = NativeCrypto.RSA_public_decrypt(sigBytes.length, sigBytes,
OpenSSLCipherRSA.java 275 resultSize = NativeCrypto.RSA_public_decrypt(tmpBuf.length, tmpBuf, output,
NativeCrypto.java 114 public static native int RSA_public_decrypt(int flen, byte[] from, byte[] to, long pkey,
    [all...]
  /external/openssh/
ssh-rsa.c 243 if ((len = RSA_public_decrypt(siglen, sigbuf, decrypted, rsa,
245 error("RSA_public_decrypt failed: %s",
  /external/openssl/apps/
rsautl.c 281 rsa_outlen = RSA_public_decrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad);
  /external/openssl/include/openssl/
rsa.h 110 * the RSA_public_decrypt() and RSA_private_encrypt() should *NOT* be used
300 int RSA_public_decrypt(int flen, const unsigned char *from,
  /system/security/softkeymaster/
keymaster_openssl.cpp 447 if (!RSA_public_decrypt(signatureLength, signature, tmp, rsa.get(), RSA_NO_PADDING)) {
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 1180 len = RSA_public_decrypt(sig->l, (unsigned char *) sig->v,
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 299 milliseconds