Home
last modified time | relevance | path

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

/titanic_41/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; in parse_keyid()
182 k_matchval = malloc(k_len); in parse_keyid()
210 if (hexascii_to_octet(nkeystr, wp - nkeystr, k_matchval, &k_len) != 0) { in parse_keyid()
512 ret = sunw_PKCS12_parse(p12, pass, matchty, k_matchval, k_len, in get_ifile()