Searched refs:evp_EncryptDecryptUpdate (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/evp/ |
H A D | evp_enc.c | 707 static int evp_EncryptDecryptUpdate(EVP_CIPHER_CTX *ctx, in evp_EncryptDecryptUpdate() function 850 return evp_EncryptDecryptUpdate(ctx, out, outl, in, inl); in EVP_EncryptUpdate() 1023 return evp_EncryptDecryptUpdate(ctx, out, outl, in, inl); in EVP_DecryptUpdate() 1053 if (!evp_EncryptDecryptUpdate(ctx, out, outl, in, inl)) in EVP_DecryptUpdate()
|
Completed in 8 milliseconds