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

Completed in 272 milliseconds