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

  /system/keymaster/
rsa_operation.cpp 600 if (EVP_PKEY_decrypt(ctx.get(), nullptr /* out */, &outlen, data_.peek_read(),
618 if (EVP_PKEY_decrypt(ctx.get(), output->peek_write(), &outlen, to_decrypt, to_decrypt_len) <= 0)
  /external/boringssl/src/crypto/evp/
evp_test.cc 230 key_op = EVP_PKEY_decrypt;
evp_ctx.c 293 int EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx, uint8_t *out, size_t *outlen,
  /external/boringssl/src/include/openssl/
evp.h 540 * operation. It should be called before |EVP_PKEY_decrypt|.
545 /* EVP_PKEY_decrypt decrypts |in_len| bytes from |in|. If |out| is NULL, the
555 OPENSSL_EXPORT int EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx, uint8_t *out,
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLCipherRSA.java 571 return NativeCrypto.EVP_PKEY_decrypt(pkeyCtx, output, 0, tmpBuf, 0, tmpBuf.length);
NativeCrypto.java 232 static native int EVP_PKEY_decrypt(NativeRef.EVP_PKEY_CTX ctx, byte[] out, int outOffset,
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 107 milliseconds