Searched refs:tmpret (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem.c | 867 int tmpret; in write_state_machine() local 869 tmpret = confunc(s, &pkt); in write_state_machine() 870 if (tmpret <= 0) { in write_state_machine() 874 } else if (tmpret == 2) { in write_state_machine()
|
H A D | statem_srvr.c | 4024 int tmpret; in tls_construct_new_session_ticket() local 4026 tmpret = construct_stateless_ticket(s, pkt, age_add_u.age_add, in tls_construct_new_session_ticket() 4028 if (tmpret != 1) { in tls_construct_new_session_ticket() 4029 if (tmpret == 0) { in tls_construct_new_session_ticket()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_san.c | 57 STACK_OF(CONF_VALUE) *tmpret = NULL, *origret = ret; in STACK_OF() 66 tmpret = i2v_GENERAL_NAME(method, gen, ret); in STACK_OF() 67 if (tmpret == NULL) { in STACK_OF() 72 ret = tmpret; in STACK_OF()
|
/third_party/openssl/ssl/statem/ |
H A D | statem.c | 853 int tmpret; in write_state_machine() local 855 tmpret = confunc(s, &pkt); in write_state_machine() 856 if (tmpret <= 0) { in write_state_machine() 860 } else if (tmpret == 2) { in write_state_machine()
|
H A D | statem_srvr.c | 4003 int tmpret; in tls_construct_new_session_ticket() local 4005 tmpret = construct_stateless_ticket(s, pkt, age_add_u.age_add, in tls_construct_new_session_ticket() 4007 if (tmpret != 1) { in tls_construct_new_session_ticket() 4008 if (tmpret == 0) { in tls_construct_new_session_ticket()
|
/third_party/openssl/crypto/x509/ |
H A D | v3_san.c | 57 STACK_OF(CONF_VALUE) *tmpret = NULL, *origret = ret; in STACK_OF() 66 tmpret = i2v_GENERAL_NAME(method, gen, ret); in STACK_OF() 67 if (tmpret == NULL) { in STACK_OF() 72 ret = tmpret; in STACK_OF()
|
Completed in 13 milliseconds