Searched refs:RSA_private_encrypt (Results 1 - 15 of 15) 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.c245 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,
H A Drsa_crpt.c89 int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, function
H A Drsa_sign.c141 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
298 int RSA_private_encrypt(int flen, const unsigned char *from,
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLSignatureRawRSA.java141 NativeCrypto.RSA_private_encrypt(inputOffset, inputBuffer, outputBuffer,
H A DOpenSSLCipherRSA.java264 resultSize = NativeCrypto.RSA_private_encrypt(tmpBuf.length, tmpBuf, output,
H A DNativeCrypto.java128 public static native int RSA_private_encrypt(int flen, byte[] from, byte[] to, long pkey, method in class:NativeCrypto
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Drsa.h232 /* RSA_private_encrypt encrypts |flen| bytes from |from| with the private key in
240 OPENSSL_EXPORT int RSA_private_encrypt(int flen, const uint8_t *from,
243 /* RSA_private_encrypt verifies |flen| bytes of signature from |from| using the
/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
298 int RSA_private_encrypt(int flen, const unsigned char *from,
/external/chromium_org/third_party/boringssl/src/crypto/rsa/
H A Drsa.c198 int RSA_private_encrypt(int flen, const uint8_t *from, uint8_t *to, RSA *rsa, function
/external/ipsec-tools/src/racoon/
H A Dcrypto_openssl.c1152 len = RSA_private_encrypt(src->l, (unsigned char *) src->v,
/external/conscrypt/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java2729 NativeCrypto.RSA_private_encrypt(0, new byte[0], new byte[0], 0, 0);
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp1392 // For RSA keys, this function behaves as RSA_private_encrypt with
2757 return RSA_crypt_operation(RSA_private_encrypt, __FUNCTION__,
9597 NATIVE_METHOD(NativeCrypto, RSA_private_encrypt, "(I[B[BJI)I"),

Completed in 160 milliseconds