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

/macosx-10.10.1/BerkeleyDB-21/db/crypto/rijndael/
H A Drijndael-api-fst.h47 #define DIR_ENCRYPT 0 /* Are we encrpyting? */ macro
H A Drijndael-api-fst.c63 if ((direction == DIR_ENCRYPT) || (direction == DIR_DECRYPT)) {
79 if (direction == DIR_ENCRYPT) {
290 (cipher->mode != MODE_CFB1 && key->direction == DIR_ENCRYPT)) {
367 key->direction == DIR_ENCRYPT) {
475 case DIR_ENCRYPT:
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dencrypt.h64 #define DIR_ENCRYPT 2 macro
H A Denc_des.c192 case DIR_ENCRYPT:
340 int state = fbp->state[DIR_ENCRYPT-1];
347 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]);
351 encrypt_send_keyid(DIR_ENCRYPT, (unsigned char *)"\0", 1, 1);
356 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]);
371 return(fbp->state[DIR_ENCRYPT-1] = state);
395 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_ENCRYPT-1]);
408 fb64_start(fbp, DIR_ENCRYPT, server);
542 struct stinfo *stp = &fb[CFB].streams[DIR_ENCRYPT-1];
614 struct stinfo *stp = &fb[OFB].streams[DIR_ENCRYPT
[all...]
H A Dencrypt.c173 { { 0 }, 0, DIR_ENCRYPT, &encrypt_mode, findencryption },
537 type = ep->start ? (*ep->start)(DIR_ENCRYPT, Server) : 0;
764 if ((ret == 0) && (dir == DIR_ENCRYPT) && autoencrypt)
787 str_keyid[3] = (dir == DIR_ENCRYPT)
790 struct key_info *kp = &ki[(dir == DIR_ENCRYPT) ? 0 : 1];
841 i = (*ep->start)(DIR_ENCRYPT, Server);
/macosx-10.10.1/libtelnet-13/
H A Dencrypt.h62 #define DIR_ENCRYPT 2 macro
H A Denc_des.c201 case DIR_ENCRYPT:
345 int state = fbp->state[DIR_ENCRYPT-1];
352 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]);
356 encrypt_send_keyid(DIR_ENCRYPT, "\0", 1, 1);
361 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]);
376 return(fbp->state[DIR_ENCRYPT-1] = state);
402 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_ENCRYPT-1]);
417 fb64_start(fbp, DIR_ENCRYPT, server);
556 struct stinfo *stp = &fb[CFB].streams[DIR_ENCRYPT-1];
629 struct stinfo *stp = &fb[OFB].streams[DIR_ENCRYPT
[all...]
H A Dencrypt.c186 { { 0 }, 0, DIR_ENCRYPT, &encrypt_mode, findencryption },
515 type = ep->start ? (*ep->start)(DIR_ENCRYPT, Server) : 0;
758 if ((ret == 0) && (dir == DIR_ENCRYPT) && autoencrypt)
771 str_keyid[3] = (dir == DIR_ENCRYPT)
774 struct key_info *kp = &ki[(dir == DIR_ENCRYPT) ? 0 : 1];
825 i = (*ep->start)(DIR_ENCRYPT, Server);
/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.h18 #define DIR_ENCRYPT 0 /* Are we encrpyting? */ macro
H A DrijndaelApi.c48 if ((direction == DIR_ENCRYPT) || (direction == DIR_DECRYPT)) {
110 key->direction != DIR_ENCRYPT ||
182 key->direction == DIR_ENCRYPT ||
279 key->direction != DIR_ENCRYPT ||
322 key->direction == DIR_ENCRYPT ||
/macosx-10.10.1/BerkeleyDB-21/db/crypto/
H A Daes_method.c216 if ((ret = __db_makeKey(&aes->encrypt_ki, DIR_ENCRYPT,
/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 198 milliseconds