Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDcipher-aes.c76 u_char *cprev, *cnow, *plain, *ivp; in ssh_rijndael_cbc() local
88 cnow = dest; in ssh_rijndael_cbc()
92 cnow+=RIJNDAEL_BLOCKSIZE) { in ssh_rijndael_cbc()
95 rijndael_encrypt(&c->r_ctx, buf, cnow); in ssh_rijndael_cbc()
96 cprev = cnow; in ssh_rijndael_cbc()
100 cnow = (u_char *) (src+len-RIJNDAEL_BLOCKSIZE); in ssh_rijndael_cbc()
103 memcpy(buf, cnow, RIJNDAEL_BLOCKSIZE); in ssh_rijndael_cbc()
104 for (i = blocks; i > 0; i--, cnow-=RIJNDAEL_BLOCKSIZE, in ssh_rijndael_cbc()
106 rijndael_decrypt(&c->r_ctx, cnow, plain); in ssh_rijndael_cbc()
107 ivp = (i == 1) ? c->r_iv : cnow-RIJNDAEL_BLOCKSIZE; in ssh_rijndael_cbc()
/NextBSD/tools/tools/net80211/wlanwatch/
HDwlanwatch.c292 char *cnow = ctime(&now); in print_rtmsg() local
303 cnow, ifm->ifm_index); in print_rtmsg()
323 cnow, ifan->ifan_index); in print_rtmsg()
341 printf("%.19s RTM_IEEE80211: if# %d, ", cnow, ifan->ifan_index); in print_rtmsg()