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

/freebsd-12-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.h63 #define DIR_DECRYPT 1 macro
H A Denc_des.c181 case DIR_DECRYPT:
259 int state = fbp->state[DIR_DECRYPT-1];
279 fb64_stream_iv(data, &fbp->streams[DIR_DECRYPT-1]);
290 state = fbp->state[DIR_DECRYPT-1] = IN_PROGRESS;
317 return(fbp->state[DIR_DECRYPT-1] = state);
396 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_DECRYPT-1]);
564 struct stinfo *stp = &fb[CFB].streams[DIR_DECRYPT-1];
633 struct stinfo *stp = &fb[OFB].streams[DIR_DECRYPT-1];
H A Dencrypt.c174 { { 0 }, 0, DIR_DECRYPT, &decrypt_mode, finddecryption },
/freebsd-12-stable/contrib/telnet/libtelnet/
H A Dencrypt.h57 #define DIR_DECRYPT 1 macro
H A Denc_des.c177 case DIR_DECRYPT:
250 int state = fbp->state[DIR_DECRYPT-1];
270 fb64_stream_iv((void *)data, &fbp->streams[DIR_DECRYPT-1]);
281 state = fbp->state[DIR_DECRYPT-1] = IN_PROGRESS;
308 return(fbp->state[DIR_DECRYPT-1] = state);
390 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_DECRYPT-1]);
562 struct stinfo *stp = &fb[CFB].streams[DIR_DECRYPT-1];
632 struct stinfo *stp = &fb[OFB].streams[DIR_DECRYPT-1];
H A Dencrypt.c178 { { 0 }, 0, DIR_DECRYPT, &decrypt_mode, finddecryption },
/freebsd-12-stable/sys/crypto/rijndael/
H A Drijndael-api-fst.h18 #define DIR_DECRYPT 1 /* Are we decrpyting? */ macro
H A Dtest00.c53 rijndael_makeKey(&ki, DIR_DECRYPT, 128, key);
H A Drijndael-api-fst.c45 if ((direction == DIR_ENCRYPT) || (direction == DIR_DECRYPT)) {
93 key->direction == DIR_DECRYPT) {
208 key->direction == DIR_DECRYPT) {
/freebsd-12-stable/sys/geom/bde/
H A Dg_bde_crypt.c134 g_bde_kkey(sc, &ki, DIR_DECRYPT, wp->offset + o);
137 AES_makekey(&ki, DIR_DECRYPT, G_BDE_SKEYBITS, skey);
H A Dg_bde_lock.c333 AES_makekey(&ki, DIR_DECRYPT, G_BDE_KKEYBITS, sha2 + 0);
408 AES_makekey(&ki, DIR_DECRYPT, 256, sc->sha2 + 16);

Completed in 97 milliseconds