Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/
De_aesgcmsiv.c117 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()
647 size_t ad_len, const uint8_t auth_key[16], in gcm_siv_polyval()
[all …]
/external/scapy/test/
Dipsec.uts24 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/libcups/cups/
Dauth.c660 char auth_key[1024]; /* Buffer */ in cups_local_auth()
691 auth_key, sizeof(auth_key))) in cups_local_auth()
702 auth_right.name = auth_key; in cups_local_auth()
761 auth_key, sizeof(auth_key)) && in cups_local_auth()
816 auth_key, sizeof(auth_key))) in cups_local_auth()
/external/scapy/scapy/layers/
Dipsec.py760 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/webrtc/talk/session/media/
Dsrtpfilter_unittest.cc565 uint8_t* auth_key = NULL; in TEST_F() local
567 EXPECT_TRUE(f1_.GetRtpAuthParams(&auth_key, &auth_key_len, &auth_tag_len)); in TEST_F()
568 EXPECT_TRUE(auth_key != NULL); in TEST_F()
Dchannel.cc617 uint8_t* auth_key = NULL; in SendPacket()
620 &auth_key, &key_len, in SendPacket()
625 auth_key, auth_key + key_len); in SendPacket()