Home
last modified time | relevance | path

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

/dports/net/kamailio/kamailio-5.4.5/src/modules/auth/
H A Dapi.c153 static int add_authinfo_resp_hdr(struct sip_msg *msg, char* next_nonce, int nonce_len, str qop, cha… in add_authinfo_resp_hdr() argument
171 nonce_len, next_nonce, in add_authinfo_resp_hdr()
198 char next_nonce[MAX_NONCE_LEN]; in post_auth() local
243 nonce_len = sizeof(next_nonce); in post_auth()
244 if (unlikely(calc_new_nonce(next_nonce, &nonce_len, in post_auth()
248 (int) sizeof(next_nonce), nonce_len); in post_auth()
251 add_authinfo_resp_hdr(msg, next_nonce, nonce_len, in post_auth()
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/crypto/
H A Dnonces.py67 next_nonce = int.from_bytes(self.enc_cipher.iv, byteorder='big')
68 assert next_nonce <= self.end_of_nonce_reservation
69 if next_nonce + nonce_space_needed <= self.end_of_nonce_reservation:
/dports/x11/libxcb/libxcb-1.14/src/
H A Dxcb_auth.c171 static int next_nonce(void) in next_nonce() function
239 uint32_t fakeaddr = htonl(0xffffffff - next_nonce()); in compute_auth()
/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjnath/
H A Dstun_session.c45 pj_str_t next_nonce; member
378 if (pj_strcmp(&anonce->value, &sess->next_nonce)==0) { in handle_auth_challenge()
390 pj_strdup(sess->pool, &sess->next_nonce, &anonce->value); in handle_auth_challenge()
798 if (sess->next_nonce.slen != 0) { in pj_stun_session_create_req()
802 tdata->auth_info.nonce = sess->next_nonce; in pj_stun_session_create_req()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/cli/
H A Droughtime.cpp108 nonce = chain->next_nonce(blind); in query()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/cli/
H A Droughtime.cpp108 nonce = chain->next_nonce(blind); in query()
/dports/security/botan2/Botan-2.18.2/src/cli/
H A Droughtime.cpp108 nonce = chain->next_nonce(blind); in query()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/misc/roughtime/
H A Droughtime.h116 Nonce next_nonce(const Nonce& blind) const;
H A Droughtime.cpp313 Nonce Chain::next_nonce(const Nonce& blind) const in next_nonce() function in Botan::Roughtime::Chain
/dports/security/botan2/Botan-2.18.2/src/lib/misc/roughtime/
H A Droughtime.h116 Nonce next_nonce(const Nonce& blind) const;
H A Droughtime.cpp313 Nonce Chain::next_nonce(const Nonce& blind) const in next_nonce() function in Botan::Roughtime::Chain
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/misc/roughtime/
H A Droughtime.h116 Nonce next_nonce(const Nonce& blind) const;
H A Droughtime.cpp313 Nonce Chain::next_nonce(const Nonce& blind) const in next_nonce() function in Botan::Roughtime::Chain
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Dbelle_sip_headers_impl.c2083 const char* next_nonce; member
2089 DESTROY_STRING(authentication_info,next_nonce); in belle_sip_header_authentication_info_destroy()
2098 CLONE_STRING(belle_sip_header_authentication_info,next_nonce,authentication_info,orig) in belle_sip_header_authentication_info_clone()
2130 if (authentication_info->next_nonce) { in belle_sip_header_authentication_info_marshal()
2131 …_sip_snprintf(buff,buff_size,offset,"%snextnonce=\"%s\"", border, authentication_info->next_nonce); in belle_sip_header_authentication_info_marshal()
2144 GET_SET_STRING(belle_sip_header_authentication_info,next_nonce);
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_auth/
H A Dauthorize.c719 … str nonce, response16, nc, cnonce, qop_str = {0, 0}, auts = {0, 0}, body, *next_nonce = &empty_s; in authenticate() local
947 next_nonce = &(av->authenticate); in authenticate()
958 next_nonce = &nonce; in authenticate()
971 add_authinfo_resp_hdr(msg, *next_nonce, qop_str, rspauth, cnonce, nc); in authenticate()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dtest_roughtime.cpp161 …c1.next_nonce(nonce_v).get_nonce() == Botan::typecast_copy<std::array<uint8_t, 64>>(rand64.data())… in test_chain()
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dtest_roughtime.cpp161 …c1.next_nonce(nonce_v).get_nonce() == Botan::typecast_copy<std::array<uint8_t, 64>>(rand64.data())… in test_chain()
/dports/net/gsk/gsk-1.0.63/src/http/
H A Dgskhttpheader.h509 char *next_nonce; member
/dports/net/belle-sip/belle-sip-1.6.3-0/src/grammars/
H A Dbelle_sip_message.g1605 …( next_nonce { belle_sip_header_authentication_info_set_next_nonce($header_authentication_info::cu…
1606 belle_sip_free($next_nonce.ret);
1633 next_nonce returns [char* ret=NULL]
/dports/net/belle-sip/belle-sip-1.6.3-0/include/belle-sip/
H A Dheaders.h789 …et_next_nonce(belle_sip_header_authentication_info_t* authentication_info, const char* next_nonce);