HomeSort by relevance Sort by last modified time
    Searched defs:EVP_ENCODE_CTX (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/evp/
evp.h 444 } EVP_ENCODE_CTX;
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
    [all...]
  /external/openssl/include/openssl/
evp.h 444 } EVP_ENCODE_CTX;
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
    [all...]

Completed in 230 milliseconds