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

  /external/chromium/net/third_party/nss/ssl/
sslimpl.h 494 typedef enum { type_stream, type_block } CipherType; enumerator in enum:__anon2783
    [all...]
ssl3con.c 252 {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},
    [all...]

Completed in 267 milliseconds