Home
last modified time | relevance | path

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

/openssl-master/include/crypto/
A Devp.h360 #define BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \ argument
370 #define BLOCK_CIPHER_func_ofb(cname, cprefix, cbits, kstruct, ksched) \ argument
389 #define BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \ argument
404 #define BLOCK_CIPHER_func_cfb(cname, cprefix, cbits, kstruct, ksched) \ argument
413 cprefix##_cfb##cbits##_encrypt(in, out, (long) \
428 #define BLOCK_CIPHER_all_funcs(cname, cprefix, cbits, kstruct, ksched) \ argument
429 BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \
430 BLOCK_CIPHER_func_cfb(cname, cprefix, cbits, kstruct, ksched) \
431 BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \
432 BLOCK_CIPHER_func_ofb(cname, cprefix, cbits, kstruct, ksched)
[all …]

Completed in 7 milliseconds