Home
last modified time | relevance | path

Searched refs:explicit_nonce_size (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/third_party/nss/patches/
Daesgcm.patch178 + int explicit_nonce_size; /* for AEAD ciphers. */
890 + const int nonceLen = cipher_def->explicit_nonce_size;
1106 + minLength = cipher_def->explicit_nonce_size + cipher_def->tag_size;
1132 + cText->buf->len - cipher_def->explicit_nonce_size -
/external/chromium_org/net/third_party/nss/ssl/
Dsslimpl.h759 int explicit_nonce_size; /* for AEAD ciphers. */ member
Dssl3con.c2709 const int nonceLen = cipher_def->explicit_nonce_size; in ssl3_CompressMACEncryptRecord()
11894 minLength = cipher_def->explicit_nonce_size + cipher_def->tag_size; in ssl3_HandleRecord()
11975 cText->buf->len - cipher_def->explicit_nonce_size - in ssl3_HandleRecord()