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

  /external/boringssl/src/crypto/evp/
evp_ctx.c 313 int EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx, uint8_t *out, size_t *outlen,
316 OPENSSL_PUT_ERROR(EVP, EVP_PKEY_encrypt,
321 OPENSSL_PUT_ERROR(EVP, EVP_PKEY_encrypt, EVP_R_OPERATON_NOT_INITIALIZED);
  /system/keymaster/
rsa_operation.cpp 531 if (EVP_PKEY_encrypt(ctx.get(), nullptr /* out */, &outlen, data_.peek_read(),
549 if (EVP_PKEY_encrypt(ctx.get(), output->peek_write(), &outlen, to_encrypt, to_encrypt_len) <= 0)
  /external/boringssl/src/include/openssl/
evp.h 482 * operation. It should be called before |EVP_PKEY_encrypt|.
487 /* EVP_PKEY_encrypt encrypts |in_len| bytes from |in|. If |out| is NULL, the
497 OPENSSL_EXPORT int EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx, uint8_t *out,
    [all...]

Completed in 171 milliseconds