Searched refs:DES_encrypt (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Ddes.h50 #define DES_encrypt hc_DES_encrypt macro
122 void DES_encrypt(uint32_t [2], DES_key_schedule *, int);
H A Ddes.c364 DES_encrypt(uint32_t u[2], DES_key_schedule *ks, int encp) function
388 DES_encrypt(u, ks, encp);
422 DES_encrypt(u, ks, 1);
436 DES_encrypt(u, ks, 1);
444 DES_encrypt(u, ks, 0);
458 DES_encrypt(u, ks, 0);
500 DES_encrypt(u, ks, 1);
514 DES_encrypt(u, ks, 1);
522 DES_encrypt(u, ks, 0);
536 DES_encrypt(
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/des/asm/
H A Ddes-586.pl40 &DES_encrypt("DES_encrypt1",1);
41 &DES_encrypt("DES_encrypt2",0);
126 sub DES_encrypt subroutine
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/des/asm/
H A Ddes-586.pl39 &DES_encrypt("DES_encrypt1",1);
40 &DES_encrypt("DES_encrypt2",0);
125 sub DES_encrypt subroutine

Completed in 361 milliseconds