Home
last modified time | relevance | path

Searched refs:rlist (Results 1 – 2 of 2) sorted by relevance

/openssl/apps/lib/
H A Ds_cb.c1170 const unsigned char *rlist; in print_raw_cipherlist() local
1178 rlistlen = SSL_get0_raw_cipherlist(s, &rlist); in print_raw_cipherlist()
1180 for (i = 0; i < rlistlen; i += num, rlist += num) { in print_raw_cipherlist()
1181 const SSL_CIPHER *c = SSL_CIPHER_find(s, rlist); in print_raw_cipherlist()
1186 } else if (memcmp(rlist, scsv_id, num) == 0) { in print_raw_cipherlist()
1192 BIO_printf(bio_err, "%02X", rlist[j]); in print_raw_cipherlist()
/openssl/apps/
H A Dcms.c1376 STACK_OF(GENERAL_NAMES) *rto, *rlist; in receipt_request_print()
1393 &rlist, &rto); in receipt_request_print()
1399 if (rlist != NULL) { in receipt_request_print()
1401 gnames_stack_print(rlist); in receipt_request_print()

Completed in 18 milliseconds