HomeSort by relevance Sort by last modified time
    Searched defs:EVP_EncodeBlock (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/base64/
base64.c 141 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) {
  /external/openssl/crypto/evp/
encode.c 152 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)

Completed in 148 milliseconds