Home
last modified time | relevance | path

Searched defs:EVP_PKEY_decrypt (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/evp/
Devp_ctx.c293 int EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx, uint8_t *out, size_t *outlen, in EVP_PKEY_decrypt() function
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java265 static native int EVP_PKEY_decrypt(NativeRef.EVP_PKEY_CTX ctx, byte[] out, int outOffset, in EVP_PKEY_decrypt() method in NativeCrypto