OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVP_ENCODE_LENGTH
(Results
1 - 4
of
4
) sorted by null
/external/openssl/apps/
enc.c
372
buff=(unsigned char *)OPENSSL_malloc(
EVP_ENCODE_LENGTH
(bsize));
375
BIO_printf(bio_err,"OPENSSL_malloc failure %ld\n",(long)
EVP_ENCODE_LENGTH
(bsize));
/external/openssl/crypto/evp/
bio_b64.c
90
char buf[
EVP_ENCODE_LENGTH
(B64_BLOCK_SIZE)+10];
evp.h
466
#define
EVP_ENCODE_LENGTH
(l) (((l+2)/3*4)+(l/48+1)*2+80)
[
all
...]
/external/openssl/include/openssl/
evp.h
466
#define
EVP_ENCODE_LENGTH
(l) (((l+2)/3*4)+(l/48+1)*2+80)
[
all
...]
Completed in 75 milliseconds