Home
last modified time | relevance | path

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

/include/openssl/
A Dtypes.h142 typedef struct evp_Encode_Ctx_st EVP_ENCODE_CTX; typedef
A Devp.h913 EVP_ENCODE_CTX *EVP_ENCODE_CTX_new(void);
914 void EVP_ENCODE_CTX_free(EVP_ENCODE_CTX *ctx);
915 int EVP_ENCODE_CTX_copy(EVP_ENCODE_CTX *dctx, const EVP_ENCODE_CTX *sctx);
916 int EVP_ENCODE_CTX_num(EVP_ENCODE_CTX *ctx);
917 void EVP_EncodeInit(EVP_ENCODE_CTX *ctx);
918 int EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
920 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl);
923 void EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
924 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
926 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned
/include/crypto/
A Devp.h889 void evp_encode_ctx_set_flags(EVP_ENCODE_CTX *ctx, unsigned int flags);

Completed in 16 milliseconds