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

/macosx-10.10.1/BerkeleyDB-21/db/crypto/rijndael/
H A Drijndael-api-fst.h48 #define DIR_DECRYPT 1 /* Are we decrpyting? */ macro
H A Drijndael-api-fst.c63 if ((direction == DIR_ENCRYPT) || (direction == DIR_DECRYPT)) {
130 key->direction == DIR_DECRYPT) {
216 key->direction == DIR_DECRYPT) {
479 case DIR_DECRYPT:
/macosx-10.10.1/Heimdal-398.1.2/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 },
/macosx-10.10.1/libtelnet-13/
H A Dencrypt.h61 #define DIR_DECRYPT 1 macro
H A Denc_des.c190 case DIR_DECRYPT:
263 int state = fbp->state[DIR_DECRYPT-1];
283 fb64_stream_iv((void *)data, &fbp->streams[DIR_DECRYPT-1]);
294 state = fbp->state[DIR_DECRYPT-1] = IN_PROGRESS;
321 return(fbp->state[DIR_DECRYPT-1] = state);
403 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_DECRYPT-1]);
579 struct stinfo *stp = &fb[CFB].streams[DIR_DECRYPT-1];
649 struct stinfo *stp = &fb[OFB].streams[DIR_DECRYPT-1];
H A Dencrypt.c187 { { 0 }, 0, DIR_DECRYPT, &decrypt_mode, finddecryption },
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/aesVect/
H A DenDecryptRef.c21 forEncrypt ? DIR_ENCRYPT : DIR_DECRYPT,
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A DrijndaelApi.h19 #define DIR_DECRYPT 1 /* Are we decrpyting? */ macro
H A DrijndaelApi.c48 if ((direction == DIR_ENCRYPT) || (direction == DIR_DECRYPT)) {
189 key->direction != DIR_DECRYPT ||
329 key->direction != DIR_DECRYPT ||
/macosx-10.10.1/BerkeleyDB-21/db/crypto/
H A Daes_method.c221 if ((ret = __db_makeKey(&aes->decrypt_ki, DIR_DECRYPT,
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/ccSymCompat/
H A DccSymCompat.c187 forEncrypt ? DIR_ENCRYPT : DIR_DECRYPT,
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/symCompat/
H A DsymCompat.c197 forEncrypt ? DIR_ENCRYPT : DIR_DECRYPT,

Completed in 216 milliseconds