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 432 } EVP_ENCODE_CTX;
621 void EVP_EncodeInit(EVP_ENCODE_CTX *ctx);
622 void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
624 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl);
627 void EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
628 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
630 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned
    [all...]
  /external/openssl/include/openssl/
evp.h 432 } EVP_ENCODE_CTX;
621 void EVP_EncodeInit(EVP_ENCODE_CTX *ctx);
622 void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
624 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl);
627 void EVP_DecodeInit(EVP_ENCODE_CTX *ctx);
628 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx,unsigned char *out,int *outl,
630 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned
    [all...]

Completed in 18 milliseconds