Home
last modified time | relevance | path

Searched refs:EVP_EncryptUpdate (Results 1 – 2 of 2) sorted by relevance

/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
A Dcipher.c240 int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, uint8_t *out, int *out_len, in EVP_EncryptUpdate() function
375 return EVP_EncryptUpdate(ctx, out, out_len, in, in_len); in EVP_DecryptUpdate()
389 if (!EVP_EncryptUpdate(ctx, out, out_len, in, in_len)) { in EVP_DecryptUpdate()
477 return EVP_EncryptUpdate(ctx, out, out_len, in, in_len); in EVP_CipherUpdate()
/third_party/ulib/uboringssl/include/openssl/
A Dcipher.h174 OPENSSL_EXPORT int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, uint8_t *out,

Completed in 4 milliseconds