OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVP_DecryptUpdate
(Results
1 - 10
of
10
) sorted by null
/cts/tests/tests/security/jni/
android_security_cts_EncryptionTest.cpp
185
EVP_DecryptUpdate
(&ctx, buf, &len, buf, TEST_BUFSIZE);
/external/boringssl/src/include/openssl/
cipher.h
182
/*
EVP_DecryptUpdate
decrypts |in_len| bytes from |in| to |out|. The number of
186
OPENSSL_EXPORT int
EVP_DecryptUpdate
(EVP_CIPHER_CTX *ctx, uint8_t *out,
217
/* EVP_CipherUpdate calls either |EVP_EncryptUpdate| or |
EVP_DecryptUpdate
|
/external/boringssl/src/crypto/cipher/
cipher.c
367
int
EVP_DecryptUpdate
(EVP_CIPHER_CTX *ctx, uint8_t *out, int *out_len,
493
return
EVP_DecryptUpdate
(ctx, out, out_len, in, in_len);
e_ssl3.c
256
if (!
EVP_DecryptUpdate
(&ssl3_ctx->cipher_ctx, out, &len, in, (int)in_len)) {
e_tls.c
255
if (!
EVP_DecryptUpdate
(&tls_ctx->cipher_ctx, out, &len, in, (int)in_len)) {
/external/wpa_supplicant_8/src/crypto/
crypto_openssl.c
334
if (
EVP_DecryptUpdate
(c, plain, &plen, crypt, 16) != 1) {
335
wpa_printf(MSG_ERROR, "OpenSSL:
EVP_DecryptUpdate
failed: %s",
435
EVP_DecryptUpdate
(ctx, data, &plen, data, data_len) == 1 &&
589
if (!
EVP_DecryptUpdate
(ctx->dec, plain, &outl, crypt, len))
/external/boringssl/src/crypto/pem/
pem_lib.c
419
o =
EVP_DecryptUpdate
(&ctx,data,&i,data,j);
/system/tpm/attestation/common/
crypto_utility_impl.cc
370
//
EVP_DecryptUpdate
takes a signed int.
391
if (!
EVP_DecryptUpdate
(&decryption_context, output_buffer, &output_size,
/external/boringssl/src/ssl/
t1_lib.c
[
all
...]
/system/vold/
cryptfs.c
[
all
...]
Completed in 161 milliseconds