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

  /external/chromium_org/third_party/openssl/openssl/ssl/
ssltest.c 483 struct cb_info_st { void *input; size_t len; int ret; }; struct
484 struct cb_info_st co1 = { "C", 1, 1 }; /* try to negotiate oqaque PRF input */
485 struct cb_info_st co2 = { "C", 1, 2 }; /* insist on oqaque PRF input */
486 struct cb_info_st so1 = { "S", 1, 1 }; /* try to negotiate oqaque PRF input */
487 struct cb_info_st so2 = { "S", 1, 2 }; /* insist on oqaque PRF input */
491 struct cb_info_st *arg = arg_;
    [all...]
  /external/openssl/ssl/
ssltest.c 483 struct cb_info_st { void *input; size_t len; int ret; }; struct
484 struct cb_info_st co1 = { "C", 1, 1 }; /* try to negotiate oqaque PRF input */
485 struct cb_info_st co2 = { "C", 1, 2 }; /* insist on oqaque PRF input */
486 struct cb_info_st so1 = { "S", 1, 1 }; /* try to negotiate oqaque PRF input */
487 struct cb_info_st so2 = { "S", 1, 2 }; /* insist on oqaque PRF input */
491 struct cb_info_st *arg = arg_;
    [all...]

Completed in 40 milliseconds