Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/ap/
Dap_base64.c177 return ap_base64encode_binary(encoded, (const unsigned char *) string, in ap_base64encode()
185 ap_base64encode_binary(char *encoded, const unsigned char *string, int len) in ap_base64encode_binary() function
Dap_sha1.c147 l = ap_base64encode_binary(out + AP_SHA1PW_IDLEN, digest, in ap_sha1_base64()
/mirbsd/src/usr.sbin/httpd/src/include/
Dap.h185 API_EXPORT(int) ap_base64encode_binary(char * coded_dst,
/mirbsd/src/usr.sbin/httpd/src/modules/keynote/
Dmod_keynote.c700 ap_base64encode_binary(pwauth + strlen(pwauth), digest, in check_keynote_assertions()
/mirbsd/src/usr.sbin/httpd/src/modules/experimental/
Dmod_auth_digest.c599 ap_base64encode_binary(nonce, t.arr, sizeof(t.arr)); in gen_nonce()