Home
last modified time | relevance | path

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

/babblesim_ext_libCryptov1-latest/include/openssl/
Devp.h483 } EVP_ENCODE_CTX; typedef
678 void EVP_EncodeInit(EVP_ENCODE_CTX *ctx);
679 void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
681 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl);
684 void EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
685 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
687 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned