Home
last modified time | relevance | path

Searched refs:saslc__crypto_encode_base64 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Dcrypto.h50 int saslc__crypto_encode_base64(const void *, size_t, char **, size_t *);
H A Dcrypto.c64 saslc__crypto_encode_base64(const void *in, size_t inlen, in saslc__crypto_encode_base64() function
H A Dxsess.c461 if (saslc__crypto_encode_base64(*out, *outlen, &enc, &enclen) in saslc_sess_cont()
H A Dmech_digestmd5.c788 if (saslc__crypto_encode_base64(nonce, s, &r, NULL) == -1) in saslc__mech_digestmd5_nonce()
/netbsd-src/crypto/external/bsd/libsaslc/dist/test/
H A Dt_crypto.c199 saslc__crypto_encode_base64(base64_test_cases[i].in, in ATF_TC_BODY()