Home
last modified time | relevance | path

Searched refs:EVP_OpenUpdate (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/doc/man3/
DEVP_OpenInit.pod5 EVP_OpenInit, EVP_OpenUpdate, EVP_OpenFinal - EVP envelope decryption
13 int EVP_OpenUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
28 EVP_OpenUpdate() and EVP_OpenFinal() have exactly the same properties
50 EVP_OpenUpdate() returns 1 for success or 0 for failure.
/third_party/openssl/util/
Dother.syms252 EVP_OpenUpdate define
/third_party/openssl/ohos_lite/include/openssl/
Devp.h505 # define EVP_OpenUpdate(a,b,c,d,e) EVP_DecryptUpdate(a,b,c,d,e) macro
/third_party/openssl/include/openssl/
Devp.h660 # define EVP_OpenUpdate(a,b,c,d,e) EVP_DecryptUpdate(a,b,c,d,e) macro
/third_party/openssl/test/
Devp_extra_test.c1198 || !TEST_true(EVP_OpenUpdate(ctx, plaintext, &plaintext_len, in test_EVP_Enveloped()