Home
last modified time | relevance | path

Searched refs:ksched (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
423 &EVP_C_DATA(kstruct, ctx)->ksched, ctx->iv,\
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 8 milliseconds