Searched refs:ap_base64encode_binary (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/usr.sbin/httpd/src/ap/ |
| D | ap_base64.c | 177 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
|
| D | ap_sha1.c | 147 l = ap_base64encode_binary(out + AP_SHA1PW_IDLEN, digest, in ap_sha1_base64()
|
| /mirbsd/src/usr.sbin/httpd/src/include/ |
| D | ap.h | 185 API_EXPORT(int) ap_base64encode_binary(char * coded_dst,
|
| /mirbsd/src/usr.sbin/httpd/src/modules/keynote/ |
| D | mod_keynote.c | 700 ap_base64encode_binary(pwauth + strlen(pwauth), digest, in check_keynote_assertions()
|
| /mirbsd/src/usr.sbin/httpd/src/modules/experimental/ |
| D | mod_auth_digest.c | 599 ap_base64encode_binary(nonce, t.arr, sizeof(t.arr)); in gen_nonce()
|