Home
last modified time | relevance | path

Searched refs:type_stream (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/third_party/nss/ssl/
Dsslimpl.h494 typedef enum { type_stream, type_block } CipherType; enumerator
Dssl3con.c252 {cipher_null, calg_null, 0, 0, type_stream, 0, 0, kg_null},
253 {cipher_rc4, calg_rc4, 16, 16, type_stream, 0, 0, kg_strong},
254 {cipher_rc4_40, calg_rc4, 16, 5, type_stream, 0, 0, kg_export},
255 {cipher_rc4_56, calg_rc4, 16, 7, type_stream, 0, 0, kg_export},
267 {cipher_missing, calg_null, 0, 0, type_stream, 0, 0, kg_null},