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

  /external/boringssl/src/include/openssl/
base64.h 75 /* EVP_EncodeBlock encodes |src_len| bytes from |src| and writes the
78 OPENSSL_EXPORT size_t EVP_EncodeBlock(uint8_t *dst, const uint8_t *src,
82 * to call |EVP_EncodeBlock| on an input of length |len|. This includes the
83 * final NUL that |EVP_EncodeBlock| writes. It returns one on success or zero
117 * EVP_EncodeBlock to encode raw base64. */
  /external/boringssl/src/crypto/x509/
x509spki.c 132 EVP_EncodeBlock((unsigned char *)b64_str, der_spki, der_len);
  /external/boringssl/src/crypto/base64/
base64.c 142 j = EVP_EncodeBlock(out, ctx->enc_data, ctx->length);
150 j = EVP_EncodeBlock(out, in, ctx->length);
169 ret = EVP_EncodeBlock(out, ctx->enc_data, ctx->num);
177 size_t EVP_EncodeBlock(uint8_t *dst, const uint8_t *src, size_t src_len) {
base64_test.cc 45 size_t len = EVP_EncodeBlock(out, (const uint8_t*)t->decoded,
  /external/boringssl/src/decrepit/bio/
base64_bio.c 376 ctx->buf_len = EVP_EncodeBlock((uint8_t *)ctx->buf, (uint8_t *)ctx->tmp,
393 EVP_EncodeBlock((uint8_t *)ctx->buf, (const uint8_t *)in, n);
481 ctx->buf_len = EVP_EncodeBlock((uint8_t *)ctx->buf,
  /system/core/adb/
adb_auth_host.cpp 192 encoded_length = EVP_EncodeBlock(encoded, (uint8_t*) &pkey, sizeof(pkey));
  /external/ipsec-tools/src/racoon/
crypto_openssl.c     [all...]

Completed in 159 milliseconds