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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/
H A Dp12split.c55 static uint_t k_len; /* length of k_matchval */ variable
180 k_len = (nkeystrlen + 1) / 2;
182 k_matchval = malloc(k_len);
210 if (hexascii_to_octet(nkeystr, wp - nkeystr, k_matchval, &k_len) != 0) {
512 ret = sunw_PKCS12_parse(p12, pass, matchty, k_matchval, k_len,
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c6114 memcpy(node.key, k->k_key, k->k_len);

Completed in 586 milliseconds