HomeSort by relevance Sort by last modified time
    Searched full:cipher_suite_defs (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c 283 static const ssl3CipherSuiteDef cipher_suite_defs[] = variable
617 sizeof(cipher_suite_defs) / sizeof(cipher_suite_defs[0]);
621 if (cipher_suite_defs[i].cipher_suite == suite)
622 return &cipher_suite_defs[i];
    [all...]

Completed in 81 milliseconds