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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_rsa.c409 unsigned dplen = 0; local
506 CKA_EXPONENT_2, (void **)&dp, &dplen);
523 if (plen && qlen && dplen && dqlen && pinvlen) {
565 dca_reverse(dp, kaddr, dplen, pqfix);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c195 static unsigned int splen, dplen; variable
3102 dplen = prefix_len;
3258 rc = set_mask_info(dhp, dplen, &cptr->ips_dst_mask_v6);
3261 cptr->ips_dst_mask_len = dplen;
3330 dplen = 0;
5313 dplen = 0;
5348 * shp, dhp, splen, and dplen are globals set by
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c99 static boolean_t stmf_base16_str_to_binary(char *c, int dplen, uint8_t *dp);
7702 stmf_base16_str_to_binary(char *c, int dplen, uint8_t *dp) argument
7706 for (ii = 0; ii < dplen; ii++) {

Completed in 68 milliseconds