HomeSort by relevance Sort by last modified time
    Searched refs:type_stream (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/third_party/nss/ssl/
sslimpl.h 492 typedef enum { type_stream, type_block } CipherType; enumerator in enum:__anon11520
    [all...]
ssl3con.c 237 {cipher_null, calg_null, 0, 0, type_stream, 0, 0, kg_null},
238 {cipher_rc4, calg_rc4, 16, 16, type_stream, 0, 0, kg_strong},
239 {cipher_rc4_40, calg_rc4, 16, 5, type_stream, 0, 0, kg_export},
240 {cipher_rc4_56, calg_rc4, 16, 7, type_stream, 0, 0, kg_export},
252 {cipher_missing, calg_null, 0, 0, type_stream, 0, 0, kg_null},
    [all...]

Completed in 266 milliseconds