Searched defs:EVP_ENCODE_CTX (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/evp/
H A Devp.h443 } EVP_ENCODE_CTX; typedef in typeref:struct:evp_Encode_Ctx_st
635 void EVP_EncodeInit(EVP_ENCODE_CTX *ctx);
636 void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
638 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl);
641 void EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
642 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
644 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Devp.h443 } EVP_ENCODE_CTX; typedef in typeref:struct:evp_Encode_Ctx_st
635 void EVP_EncodeInit(EVP_ENCODE_CTX *ctx);
636 void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
638 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl);
641 void EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
642 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
644 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned
/external/openssl/crypto/evp/
H A Devp.h443 } EVP_ENCODE_CTX; typedef in typeref:struct:evp_Encode_Ctx_st
635 void EVP_EncodeInit(EVP_ENCODE_CTX *ctx);
636 void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
638 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl);
641 void EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
642 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
644 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned
/external/openssl/include/openssl/
H A Devp.h443 } EVP_ENCODE_CTX; typedef in typeref:struct:evp_Encode_Ctx_st
635 void EVP_EncodeInit(EVP_ENCODE_CTX *ctx);
636 void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
638 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl);
641 void EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
642 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
644 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned

Completed in 1250 milliseconds