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

/sssd/src/util/crypto/nss/
H A Dnss_base64.c33 const unsigned char *inbuf,
47 b64encoded = BTOA_DataToAscii(inbuf, inbufsize);
69 const char *inbuf,
83 b64decoded = ATOB_AsciiToData(inbuf, &size);
32 sss_base64_encode(TALLOC_CTX *mem_ctx, const unsigned char *inbuf, size_t inbufsize) argument
68 sss_base64_decode(TALLOC_CTX *mem_ctx, const char *inbuf, size_t *outbufsize) argument
/sssd/src/util/crypto/libcrypto/
H A Dcrypto_base64.c74 unsigned char inbuf[512]; local
108 while((inlen = BIO_read(b64, inbuf, 512)) > 0)
109 BIO_write(bmem_out, inbuf, inlen);

Completed in 9 milliseconds