HomeSort by: relevance | last modified time | path
    Searched defs:swd0 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/opencrypto/
cryptosoft.c 1030 struct swcr_data *swd, *swd0; local in function:swcr_freesession_internal
1037 swd0 = arg;
1038 while ((swd = swd0) != NULL) {
1039 swd0 = swd->sw_next;
cryptosoft.c 1030 struct swcr_data *swd, *swd0; local in function:swcr_freesession_internal
1037 swd0 = arg;
1038 while ((swd = swd0) != NULL) {
1039 swd0 = swd->sw_next;
cryptosoft.c 1030 struct swcr_data *swd, *swd0; local in function:swcr_freesession_internal
1037 swd0 = arg;
1038 while ((swd = swd0) != NULL) {
1039 swd0 = swd->sw_next;

Completed in 33 milliseconds