/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/ |
D | e_aesgcmsiv.c | 117 const uint8_t auth_key[16]); 121 const uint8_t auth_key[16]); 227 const uint8_t auth_key[16], in gcm_siv_asm_polyval() 237 aesgcmsiv_htable_init(htable, auth_key); in gcm_siv_asm_polyval() 243 aesgcmsiv_polyval_horner(out_tag, auth_key, ad, ad_blocks); in gcm_siv_asm_polyval() 250 aesgcmsiv_polyval_horner(out_tag, auth_key, scratch, 1); in gcm_siv_asm_polyval() 256 aesgcmsiv_polyval_horner(out_tag, auth_key, in, in_blocks); in gcm_siv_asm_polyval() 262 aesgcmsiv_polyval_horner(out_tag, auth_key, scratch, 1); in gcm_siv_asm_polyval() 275 aesgcmsiv_polyval_horner(out_tag, auth_key, length_block.c, 1); in gcm_siv_asm_polyval() 652 size_t ad_len, const uint8_t auth_key[16], in gcm_siv_polyval() [all …]
|
/external/boringssl/src/crypto/cipher_extra/ |
D | e_aesgcmsiv.c | 117 const uint8_t auth_key[16]); 121 const uint8_t auth_key[16]); 227 const uint8_t auth_key[16], in gcm_siv_asm_polyval() 237 aesgcmsiv_htable_init(htable, auth_key); in gcm_siv_asm_polyval() 243 aesgcmsiv_polyval_horner(out_tag, auth_key, ad, ad_blocks); in gcm_siv_asm_polyval() 250 aesgcmsiv_polyval_horner(out_tag, auth_key, scratch, 1); in gcm_siv_asm_polyval() 256 aesgcmsiv_polyval_horner(out_tag, auth_key, in, in_blocks); in gcm_siv_asm_polyval() 262 aesgcmsiv_polyval_horner(out_tag, auth_key, scratch, 1); in gcm_siv_asm_polyval() 275 aesgcmsiv_polyval_horner(out_tag, auth_key, length_block.c, 1); in gcm_siv_asm_polyval() 652 size_t ad_len, const uint8_t auth_key[16], in gcm_siv_polyval() [all …]
|
/external/scapy/test/ |
D | ipsec.uts | 24 auth_algo='NULL', auth_key=None) 55 auth_algo='NULL', auth_key=None) 107 auth_algo='NULL', auth_key=None) 159 auth_algo='NULL', auth_key=None) 211 auth_algo='NULL', auth_key=None) 262 auth_algo='NULL', auth_key=None) 313 auth_algo='NULL', auth_key=None) 368 auth_algo='NULL', auth_key=None, 401 auth_algo='NULL', auth_key=None, 436 auth_algo='NULL', auth_key=None, [all …]
|
/external/webrtc/pc/ |
D | srtp_transport.cc | 150 uint8_t* auth_key = nullptr; in SendRtpPacket() local 153 &auth_key, &key_len, in SendRtpPacket() 158 auth_key, auth_key + key_len); in SendRtpPacket()
|
D | srtp_transport_unittest.cc | 108 uint8_t* auth_key = nullptr; in TestRtpAuthParams() local 111 EXPECT_TRUE(transport->GetRtpAuthParams(&auth_key, &key_len, &tag_len)); in TestRtpAuthParams() 112 EXPECT_NE(nullptr, auth_key); in TestRtpAuthParams()
|
/external/scapy/scapy/layers/ |
D | ipsec.py | 760 auth_algo=None, auth_key=None, tunnel_header=None, nat_t_header=None): argument 809 self.auth_key = auth_key 812 self.auth_key = None 860 self.auth_algo.sign(esp, self.auth_key) 927 signed_pkt = self.auth_algo.sign(ip_header / ah / payload, self.auth_key) 962 self.auth_algo.verify(encrypted, self.auth_key) 1003 self.auth_algo.verify(pkt, self.auth_key)
|
/external/libcups/cups/ |
D | auth.c | 950 char auth_key[1024]; /* Buffer */ in cups_local_auth() 980 …nd(www_auth, "AuthRef")) != NULL && cups_auth_param(schemedata, "key", auth_key, sizeof(auth_key))) in cups_local_auth() 990 auth_right.name = auth_key; in cups_local_auth()
|
/external/libcups/scheduler/ |
D | client.c | 2132 *auth_key; /* Auth key buffer */ in cupsdSendHeader() local 2136 auth_key = auth_str + strlen(auth_str); in cupsdSendHeader() 2137 auth_size = sizeof(auth_str) - (size_t)(auth_key - auth_str); in cupsdSendHeader() 2142 strlcpy(auth_key, ", PeerCred", auth_size); in cupsdSendHeader() 2143 auth_key += 10; in cupsdSendHeader() 2157 snprintf(auth_key, auth_size, ", AuthRef key=\"%s\", Local trc=\"y\"", name + 9); in cupsdSendHeader() 2168 snprintf(auth_key, auth_size, ", AuthRef key=\"%s\", Local trc=\"y\"", SystemGroupAuthKey); in cupsdSendHeader() 2171 strlcpy(auth_key, ", Local trc=\"y\"", auth_size); in cupsdSendHeader() 2178 strlcat(auth_key, ", Local", auth_size); in cupsdSendHeader()
|