OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EVP_ENCODE_CTX
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/evp/
evp.h
400
}
EVP_ENCODE_CTX
;
592
void EVP_EncodeInit(
EVP_ENCODE_CTX
*ctx);
593
void EVP_EncodeUpdate(
EVP_ENCODE_CTX
*ctx,unsigned char *out,int *outl,
595
void EVP_EncodeFinal(
EVP_ENCODE_CTX
*ctx,unsigned char *out,int *outl);
598
void EVP_DecodeInit(
EVP_ENCODE_CTX
*ctx);
599
int EVP_DecodeUpdate(
EVP_ENCODE_CTX
*ctx,unsigned char *out,int *outl,
601
int EVP_DecodeFinal(
EVP_ENCODE_CTX
*ctx, unsigned
[
all
...]
/external/openssl/include/openssl/
evp.h
400
}
EVP_ENCODE_CTX
;
592
void EVP_EncodeInit(
EVP_ENCODE_CTX
*ctx);
593
void EVP_EncodeUpdate(
EVP_ENCODE_CTX
*ctx,unsigned char *out,int *outl,
595
void EVP_EncodeFinal(
EVP_ENCODE_CTX
*ctx,unsigned char *out,int *outl);
598
void EVP_DecodeInit(
EVP_ENCODE_CTX
*ctx);
599
int EVP_DecodeUpdate(
EVP_ENCODE_CTX
*ctx,unsigned char *out,int *outl,
601
int EVP_DecodeFinal(
EVP_ENCODE_CTX
*ctx, unsigned
[
all
...]
Completed in 15 milliseconds