Searched defs:EVP_EncodeBlock (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/base64/
H A Dbase64.c141 j = EVP_EncodeBlock(out, ctx->enc_data, ctx->length);
149 j = EVP_EncodeBlock(out, in, ctx->length);
168 ret = EVP_EncodeBlock(out, ctx->enc_data, ctx->num);
176 size_t EVP_EncodeBlock(uint8_t *dst, const uint8_t *src, size_t src_len) { function
/external/openssl/crypto/evp/
H A Dencode.c152 j=EVP_EncodeBlock(out,ctx->enc_data,ctx->length);
161 j=EVP_EncodeBlock(out,in,ctx->length);
181 ret=EVP_EncodeBlock(out,ctx->enc_data,ctx->num);
189 int EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int dlen) function

Completed in 103 milliseconds