Searched refs:DES_ecb_encrypt (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/des/
H A Decb_enc.c30 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, function
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/des/
H A Decb_enc.c36 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, function
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Ddes.h48 #define DES_ecb_encrypt hc_DES_ecb_encrypt macro
123 void DES_ecb_encrypt(DES_cblock *, DES_cblock *, DES_key_schedule *, int);
H A Ddestest.c62 DES_ecb_encrypt(&indata, &outdata, &s, 1);
65 DES_ecb_encrypt(&outdata, &outdata2, &s, 0);
H A Ddes.c383 DES_ecb_encrypt(DES_cblock *input, DES_cblock *output, function
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dpppcrypt.c171 DES_ecb_encrypt((DES_cblock *)clear, (DES_cblock *)cipher,
179 DES_ecb_encrypt((DES_cblock *)cipher, (DES_cblock *)clear,
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_des.c59 DES_ecb_encrypt((DES_cblock *)(in + i), (DES_cblock *)(out + i),
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Ddes.h90 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_des_hw.c60 DES_ecb_encrypt((const_DES_cblock *)(in + i),
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_des.c64 DES_ecb_encrypt((DES_cblock *)(in + i), (DES_cblock *)(out + i),
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Ddes.h105 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Ddestest.c311 DES_ecb_encrypt(&in, &out, &ks, DES_ENCRYPT);
312 DES_ecb_encrypt(&out, &outin, &ks, DES_DECRYPT);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Ddestest.c318 DES_ecb_encrypt(&in, &out, &ks, DES_ENCRYPT);
319 DES_ecb_encrypt(&out, &outin, &ks, DES_DECRYPT);
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dcrypto_openssl.c211 DES_ecb_encrypt((DES_cblock *) clear, (DES_cblock *) cypher, &ks,
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dspeed.c1921 DES_ecb_encrypt((DES_cblock *)loopargs[0].buf,

Completed in 248 milliseconds