Searched refs:explicit_nonce_size (Results 1 – 3 of 3) sorted by relevance
178 + 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 -
759 int explicit_nonce_size; /* for AEAD ciphers. */ member
2709 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()