Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/plugins/s3_auth/
H A Ds3_auth.cc837 …int method_len = 0, path_len = 0, param_len = 0, host_len = 0, con_md5_len = 0, con_type_len = 0, … in authorizeV2() local
881 con_md5 = TSMimeHdrFieldValueStringGet(_bufp, _hdr_loc, md5_loc, -1, &con_md5_len); in authorizeV2()
897 TSDebug(PLUGIN_NAME, "%.*s", con_md5_len, con_md5); in authorizeV2()
945 HMAC_Update(ctx, (unsigned char *)con_md5, con_md5_len); in authorizeV2()