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

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbase64.h73 typedef struct evp_encode_ctx_st EVP_ENCODE_CTX; typedef in typeref:struct:evp_encode_ctx_st
84 OPENSSL_EXPORT void EVP_EncodeInit(EVP_ENCODE_CTX *ctx);
90 OPENSSL_EXPORT void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out,
96 OPENSSL_EXPORT void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out,
132 OPENSSL_EXPORT void EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
141 OPENSSL_EXPORT int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, uint8_t *out,
148 OPENSSL_EXPORT int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out,
/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 166 milliseconds