Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/include/internal/
H A Devp_int.h163 #define EVP_C_DATA(kstruct, ctx) \ argument
164 ((kstruct *)EVP_CIPHER_CTX_get_cipher_data(ctx))
173 #define BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \ argument
202 #define BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \ argument
242 BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \
244 BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \
256 sizeof(kstruct), \
269 #define BLOCK_CIPHER_def_cfb(cname, kstruct, nid, key_len, \ argument
276 #define BLOCK_CIPHER_def_ofb(cname, kstruct, nid, key_len, \ argument
289 #define BLOCK_CIPHER_defs(cname, kstruct, \ argument
[all …]