Searched defs:ssl3BulkCipherDefStr (Results 1 – 1 of 1) sorted by relevance
750 struct ssl3BulkCipherDefStr { struct751 SSL3BulkCipher cipher;752 SSLCipherAlgorithm calg;753 int key_size;754 int secret_key_size;755 CipherType type;756 int iv_size;757 int block_size;758 int tag_size; /* authentication tag size for AEAD ciphers. */759 int explicit_nonce_size; /* for AEAD ciphers. */