Home
last modified time | relevance | path

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

/src/crypto/openssl/include/crypto/
H A Devp.h365 #define EVP_C_DATA(kstruct, ctx) \ argument
366 ((kstruct *)EVP_CIPHER_CTX_get_cipher_data(ctx))
376 #define BLOCK_CIPHER_func_ecb(cname, cprefix, kstruct, ksched) … argument
380 …cprefix##_ecb_encrypt(in + i, out + i, &EVP_C_DATA(kstruct, ctx)->ksched, EVP_CIPHER_CTX_is_encryp…
386 #define BLOCK_CIPHER_func_ofb(cname, cprefix, cbits, kstruct, ksched) … argument
391 …cprefix##_ofb##cbits##_encrypt(in, out, (long)EVP_MAXCHUNK, &EVP_C_DATA(kstruct, ctx)->ksched, ctx…
399 …cprefix##_ofb##cbits##_encrypt(in, out, (long)inl, &EVP_C_DATA(kstruct, ctx)->ksched, ctx->iv, &nu…
405 #define BLOCK_CIPHER_func_cbc(cname, cprefix, kstruct, ksched) … argument
409 …cprefix##_cbc_encrypt(in, out, (long)EVP_MAXCHUNK, &EVP_C_DATA(kstruct, ctx)->ksched, ctx->iv, EVP…
415 …cprefix##_cbc_encrypt(in, out, (long)inl, &EVP_C_DATA(kstruct, ctx)->ksched, ctx->iv, EVP_CIPHER_C…
[all …]