HomeSort by relevance Sort by last modified time
    Searched refs:msgType (Results 76 - 76 of 76) sorted by null

1 2 34

  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c 505 ssl3_DecodeHandshakeType(int msgType)
510 switch(msgType) {
523 sprintf(line, "*UNKNOWN* handshake type! (%d)", msgType);
530 ssl3_DecodeContentType(int msgType)
535 switch(msgType) {
543 sprintf(line, "*UNKNOWN* record type! (%d)", msgType);
    [all...]

Completed in 186 milliseconds

1 2 34