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/
quic_decrypter.h 40 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) = 0;
56 // appended to the |nonce_prefix| value provided in SetNoncePrefix()
crypto_utils.cc 107 !crypters->encrypter->SetNoncePrefix(hkdf.server_write_iv()) ||
109 !crypters->decrypter->SetNoncePrefix(hkdf.client_write_iv())) {
114 !crypters->encrypter->SetNoncePrefix(hkdf.client_write_iv()) ||
116 !crypters->decrypter->SetNoncePrefix(hkdf.server_write_iv())) {
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 40 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) = 0;
55 // |nonce_prefix| value provided in SetNoncePrefix() to form the nonce.
null_encrypter.cc 20 bool NullEncrypter::SetNoncePrefix(StringPiece nonce_prefix) {
aead_base_decrypter.h 44 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) OVERRIDE;
aead_base_encrypter.h 44 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) OVERRIDE;
null_decrypter.cc 18 bool NullDecrypter::SetNoncePrefix(StringPiece nonce_prefix) {
aead_base_decrypter_openssl.cc 70 bool AeadBaseDecrypter::SetNoncePrefix(StringPiece nonce_prefix) {
aead_base_decrypter_nss.cc 41 bool AeadBaseDecrypter::SetNoncePrefix(StringPiece nonce_prefix) {
aead_base_encrypter_nss.cc 41 bool AeadBaseEncrypter::SetNoncePrefix(StringPiece nonce_prefix) {
aead_base_encrypter_openssl.cc 67 bool AeadBaseEncrypter::SetNoncePrefix(StringPiece nonce_prefix) {
  /external/chromium_org/net/quic/
quic_connection_test.cc 97 virtual bool SetNoncePrefix(StringPiece nonce_prefix) OVERRIDE {
157 virtual bool SetNoncePrefix(StringPiece nonce_prefix) OVERRIDE {
    [all...]
quic_framer_test.cc 110 virtual bool SetNoncePrefix(StringPiece nonce_prefix) OVERRIDE {
157 virtual bool SetNoncePrefix(StringPiece nonce_prefix) OVERRIDE {
    [all...]

Completed in 775 milliseconds