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 494 typedef enum { type_stream, type_block, type_aead } CipherType; enumerator in enum:__anon14332
    [all...]
ssl3con.c 296 {cipher_null, calg_null, 0, 0, type_stream, 0, 0, 0, 0},
297 {cipher_rc4, calg_rc4, 16,16, type_stream, 0, 0, 0, 0},
298 {cipher_rc4_40, calg_rc4, 16, 5, type_stream, 0, 0, 0, 0},
299 {cipher_rc4_56, calg_rc4, 16, 7, type_stream, 0, 0, 0, 0},
313 {cipher_missing, calg_null, 0, 0, type_stream, 0, 0, 0, 0},
    [all...]

Completed in 45 milliseconds