MCPcopy Create free account
hub / github.com/apache/trafficserver / set_secret

Method set_secret

plugins/origin_server_auth/origin_server_auth.cc:442–448  ·  view source on GitHub ↗

Setters

Source from the content-addressed store, hash-verified

440
441 // Setters
442 void
443 set_secret(const char *s)
444 {
445 TSfree(_secret);
446 _secret = TSstrdup(s);
447 _secret_len = strlen(s);
448 }
449 void
450 set_keyid(const char *s)
451 {

Callers 1

TSRemapNewInstanceFunction · 0.80

Calls 2

TSfreeFunction · 0.85
TSstrdupFunction · 0.85

Tested by

no test coverage detected