HomeSort by relevance Sort by last modified time
    Searched defs:auth_key (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/session/media/
srtpfilter_unittest.cc 565 uint8_t* auth_key = NULL; local
567 EXPECT_TRUE(f1_.GetRtpAuthParams(&auth_key, &auth_key_len, &auth_tag_len));
568 EXPECT_TRUE(auth_key != NULL);
    [all...]
  /external/boringssl/src/crypto/cipher_extra/
e_aesgcmsiv.c 109 // aesgcmsiv_htable_init writes powers 1..8 of |auth_key| to |out_htable|.
111 const uint8_t auth_key[16]);
113 // aesgcmsiv_htable6_init writes powers 1..6 of |auth_key| to |out_htable|.
115 const uint8_t auth_key[16]);
217 // gcm_siv_asm_polyval evaluates POLYVAL at |auth_key| on the given plaintext
221 const uint8_t auth_key[16],
231 aesgcmsiv_htable_init(htable, auth_key);
237 aesgcmsiv_polyval_horner(out_tag, auth_key, ad, ad_blocks);
244 aesgcmsiv_polyval_horner(out_tag, auth_key, scratch, 1);
250 aesgcmsiv_polyval_horner(out_tag, auth_key, in, in_blocks)
681 uint8_t auth_key[16]; member in struct:gcm_siv_record_keys
    [all...]

Completed in 157 milliseconds