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

/external/openssl/crypto/evp/
H A Dencode.c124 void EVP_EncodeInit(EVP_ENCODE_CTX *ctx)
131 void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
175 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl)
223 void EVP_DecodeInit(EVP_ENCODE_CTX *ctx)
235 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
398 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl)
H A Devp.h444 } EVP_ENCODE_CTX; typedef in typeref:struct:evp_Encode_Ctx_st
636 void EVP_EncodeInit(EVP_ENCODE_CTX *ctx);
637 void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
639 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl);
642 void EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
643 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
645 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned
H A Dbio_b64.c89 EVP_ENCODE_CTX base64;
/external/openssl/include/openssl/
H A Devp.h444 } EVP_ENCODE_CTX; typedef in typeref:struct:evp_Encode_Ctx_st
636 void EVP_EncodeInit(EVP_ENCODE_CTX *ctx);
637 void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
639 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl);
642 void EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
643 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
645 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned
H A Dpem.h144 EVP_ENCODE_CTX encode;
/external/openssl/crypto/pem/
H A Dpem_lib.c592 EVP_ENCODE_CTX ctx;
670 EVP_ENCODE_CTX ctx;
H A Dpem.h144 EVP_ENCODE_CTX encode;

Completed in 136 milliseconds