Searched refs:uniItem (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c1586 p12u_SwapUnicodeBytes(SECItem *uniItem) argument
1590 if ((uniItem == NULL) || (uniItem->len % 2)) {
1593 for (i = 0; i < uniItem->len; i += 2) {
1594 a = uniItem->data[i];
1595 uniItem->data[i] = uniItem->data[i+1];
1596 uniItem->data[i+1] = a;

Completed in 26 milliseconds