Home
last modified time | relevance | path

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

/dports/security/tpm2-tss/tpm2-tss-3.1.0/test/integration/
H A Dsys-policy-authorizeNV.int.c40 TSS2L_SYS_AUTH_RESPONSE rsp_auth = { 0 }; in test_invoke() local
102 &rsp_auth); in test_invoke()
127 &rsp_auth); in test_invoke()
141 &rsp_auth); in test_invoke()
202 &rsp_auth); in test_invoke()
231 &rsp_auth)); in test_invoke()
238 &rsp_auth); in test_invoke()
281 &rsp_auth)); in test_invoke()
296 &rsp_auth); in test_invoke()
319 &rsp_auth)); in test_invoke()
H A Dsys-policy-template.int.c52 TSS2L_SYS_AUTH_RESPONSE rsp_auth = { 0 }; in test_invoke() local
160 &rsp_auth); in test_invoke()
186 &rsp_auth in test_invoke()
229 &rsp_auth in test_invoke()
/dports/net/py-msrplib/python-msrplib-0.20.0/msrplib/
H A Ddigest.py48 response, rsp_auth = calc_responses(nc = nc, cnonce = cnonce, **parameters)
58 return authorization, rsp_auth
H A Dconnect.py323 … auth, rsp_auth = process_www_authenticate(self.relay.username, self.relay.password, "AUTH",
/dports/mail/libesmtp/libesmtp-1.0.6/
H A Dsmtp-auth.c175 rsp_auth (siobuf_t conn, smtp_session_t session) in rsp_auth() function
272 rsp_auth (conn, session); in rsp_auth2()
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Dbelle_sip_headers_impl.c2079 const char* rsp_auth; member
2086 DESTROY_STRING(authentication_info,rsp_auth); in belle_sip_header_authentication_info_destroy()
2095 CLONE_STRING(belle_sip_header_authentication_info,rsp_auth,authentication_info,orig) in belle_sip_header_authentication_info_clone()
2106 if (authentication_info->rsp_auth) { in belle_sip_header_authentication_info_marshal()
2107 …belle_sip_snprintf(buff,buff_size,offset,"%srspauth=\"%s\"", border,authentication_info->rsp_auth); in belle_sip_header_authentication_info_marshal()
2142 GET_SET_STRING(belle_sip_header_authentication_info,rsp_auth);
/dports/net/belle-sip/belle-sip-1.6.3-0/include/belle-sip/
H A Dheaders.h795 …ip_header_authentication_info_get_rsp_auth(const belle_sip_header_authentication_info_t* rsp_auth);
796 …fo_set_rsp_auth(belle_sip_header_authentication_info_t* authentication_info, const char* rsp_auth);