Searched refs:cprefix (Results 1 – 1 of 1) sorted by relevance
/openssl/include/crypto/ |
H A D | evp.h | 367 #define BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \ argument 377 #define BLOCK_CIPHER_func_ofb(cname, cprefix, cbits, kstruct, ksched) \ argument 396 #define BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \ argument 410 #define BLOCK_CIPHER_func_cfb(cname, cprefix, cbits, kstruct, ksched) \ argument 418 cprefix##_cfb##cbits##_encrypt(in, out, (long) \ 433 #define BLOCK_CIPHER_all_funcs(cname, cprefix, cbits, kstruct, ksched) \ argument 434 BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \ 435 BLOCK_CIPHER_func_cfb(cname, cprefix, cbits, kstruct, ksched) \ 436 BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \ 437 BLOCK_CIPHER_func_ofb(cname, cprefix, cbits, kstruct, ksched) [all …]
|
Completed in 8 milliseconds