Home
last modified time | relevance | path

Searched refs:cprefix (Results 1 – 1 of 1) sorted by relevance

/openssl/include/crypto/
H A Devp.h368 #define BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \ argument
378 #define BLOCK_CIPHER_func_ofb(cname, cprefix, cbits, kstruct, ksched) \ argument
397 #define BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \ argument
411 #define BLOCK_CIPHER_func_cfb(cname, cprefix, cbits, kstruct, ksched) \ argument
419 cprefix##_cfb##cbits##_encrypt(in, out, (long) \
434 #define BLOCK_CIPHER_all_funcs(cname, cprefix, cbits, kstruct, ksched) \ argument
435 BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \
436 BLOCK_CIPHER_func_cfb(cname, cprefix, cbits, kstruct, ksched) \
437 BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \
438 BLOCK_CIPHER_func_ofb(cname, cprefix, cbits, kstruct, ksched)
[all …]

Completed in 10 milliseconds