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

  /external/boringssl/src/include/openssl/
base64.h 141 * may be contained in |ctx| so |EVP_DecodeFinal| must be used to flush it
150 /* EVP_DecodeFinal flushes any remaining output bytes from |ctx| to |out| and
153 OPENSSL_EXPORT int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out,
  /external/boringssl/src/crypto/base64/
base64_test.cc 280 ret = EVP_DecodeFinal(&ctx, out + total, &out_len);
365 int ret = EVP_DecodeFinal(&ctx, out.data() + out_len, &bytes_written);
367 fprintf(stderr, "#%u: EVP_DecodeFinal returned error\n", test_num);
base64.c 362 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out, int *out_len) {
  /external/boringssl/src/crypto/pem/
pem_lib.c 746 i = EVP_DecodeFinal(&ctx, (unsigned char *)&(dataB->data[bl]), &k);

Completed in 95 milliseconds