Searched refs:EVP_EncryptUpdate (Results 1 – 2 of 2) sorted by relevance
| /third_party/ulib/uboringssl/crypto/fipsmodule/cipher/ |
| A D | cipher.c | 240 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 D | cipher.h | 174 OPENSSL_EXPORT int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, uint8_t *out,
|
Completed in 4 milliseconds