Home
last modified time | relevance | path

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

/openssl/include/crypto/
H A Devp.h358 #define EVP_C_DATA(kstruct, ctx) \ argument
359 ((kstruct *)EVP_CIPHER_CTX_get_cipher_data(ctx))
368 #define BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) \ argument
397 #define BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \ argument
423 &EVP_C_DATA(kstruct, ctx)->ksched, ctx->iv,\
435 BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) \
450 sizeof(kstruct), \
463 #define BLOCK_CIPHER_def_cfb(cname, kstruct, nid, key_len, \ argument
470 #define BLOCK_CIPHER_def_ofb(cname, kstruct, nid, key_len, \ argument
483 #define BLOCK_CIPHER_defs(cname, kstruct, \ argument
[all …]

Completed in 7 milliseconds