Searched refs:IMPLEMENT_des_cipher (Results 1 – 1 of 1) sorted by relevance
/openssl/providers/implementations/ciphers/ |
H A D | cipher_des.c | 150 #define IMPLEMENT_des_cipher(type, lcmode, UCMODE, flags, \ macro 191 IMPLEMENT_des_cipher(des, ecb, ECB, DES_FLAGS, 64, 64, 0, block); 193 IMPLEMENT_des_cipher(des, cbc, CBC, DES_FLAGS, 64, 64, 64, block); 195 IMPLEMENT_des_cipher(des, ofb64, OFB, DES_FLAGS, 64, 8, 64, stream); 197 IMPLEMENT_des_cipher(des, cfb64, CFB, DES_FLAGS, 64, 8, 64, stream); 199 IMPLEMENT_des_cipher(des, cfb1, CFB, DES_FLAGS, 64, 8, 64, stream); 201 IMPLEMENT_des_cipher(des, cfb8, CFB, DES_FLAGS, 64, 8, 64, stream);
|
Completed in 7 milliseconds