Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/include/crypto/
H A Devp.h350 #define EVP_C_DATA(kstruct, ctx) \ argument
351 ((kstruct *)EVP_CIPHER_CTX_get_cipher_data(ctx))
360 #define BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \ argument
389 #define BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \ argument
417 &EVP_C_DATA(kstruct, ctx)->ksched, ctx->iv,\
429 BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \
444 sizeof(kstruct), \
457 #define BLOCK_CIPHER_def_cfb(cname, kstruct, nid, key_len, \ argument
464 #define BLOCK_CIPHER_def_ofb(cname, kstruct, nid, key_len, \ argument
477 #define BLOCK_CIPHER_defs(cname, kstruct, \ argument
[all …]