HomeSort by relevance Sort by last modified time
    Searched refs:SetNoncePrefix (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/net/quic/crypto/
crypto_utils.cc 103 !out->encrypter->SetNoncePrefix(hkdf.server_write_iv()) ||
105 !out->decrypter->SetNoncePrefix(hkdf.client_write_iv())) {
110 !out->encrypter->SetNoncePrefix(hkdf.client_write_iv()) ||
112 !out->decrypter->SetNoncePrefix(hkdf.server_write_iv())) {
quic_decrypter.h 41 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) = 0;
57 // appended to the |nonce_prefix| value provided in SetNoncePrefix()
aes_128_gcm_12_decrypter.h 44 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) OVERRIDE;
aes_128_gcm_12_encrypter.h 41 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) OVERRIDE;
null_decrypter.h 26 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) OVERRIDE;
null_encrypter.h 24 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) OVERRIDE;
quic_encrypter.h 41 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) = 0;
56 // |nonce_prefix| value provided in SetNoncePrefix() to form the nonce.
null_encrypter.cc 20 bool NullEncrypter::SetNoncePrefix(StringPiece nonce_prefix) {
null_decrypter.cc 18 bool NullDecrypter::SetNoncePrefix(StringPiece nonce_prefix) {
aes_128_gcm_12_decrypter_openssl.cc 47 bool Aes128Gcm12Decrypter::SetNoncePrefix(StringPiece nonce_prefix) {
aes_128_gcm_12_encrypter_openssl.cc 65 bool Aes128Gcm12Encrypter::SetNoncePrefix(StringPiece nonce_prefix) {
aes_128_gcm_12_decrypter_nss.cc 276 bool Aes128Gcm12Decrypter::SetNoncePrefix(StringPiece nonce_prefix) {
aes_128_gcm_12_encrypter_nss.cc 268 bool Aes128Gcm12Encrypter::SetNoncePrefix(StringPiece nonce_prefix) {
  /external/chromium_org/net/quic/
quic_connection_test.cc 97 virtual bool SetNoncePrefix(StringPiece nonce_prefix) OVERRIDE {
155 virtual bool SetNoncePrefix(StringPiece nonce_prefix) OVERRIDE {
    [all...]
quic_framer_test.cc 104 virtual bool SetNoncePrefix(StringPiece nonce_prefix) OVERRIDE {
151 virtual bool SetNoncePrefix(StringPiece nonce_prefix) OVERRIDE {
    [all...]

Completed in 57 milliseconds