Searched refs:common_glue_ctx (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/crypto/ |
D | glue_helper.h | 35 struct common_glue_ctx { struct 113 extern int glue_ecb_crypt_128bit(const struct common_glue_ctx *gctx, 124 extern int glue_cbc_decrypt_128bit(const struct common_glue_ctx *gctx, 130 extern int glue_ctr_crypt_128bit(const struct common_glue_ctx *gctx, 135 extern int glue_xts_crypt_128bit(const struct common_glue_ctx *gctx,
|
/linux-4.4.14/arch/x86/crypto/ |
D | glue_helper.c | 35 static int __glue_ecb_crypt_128bit(const struct common_glue_ctx *gctx, in __glue_ecb_crypt_128bit() 81 int glue_ecb_crypt_128bit(const struct common_glue_ctx *gctx, in glue_ecb_crypt_128bit() 138 __glue_cbc_decrypt_128bit(const struct common_glue_ctx *gctx, in __glue_cbc_decrypt_128bit() 191 int glue_cbc_decrypt_128bit(const struct common_glue_ctx *gctx, in glue_cbc_decrypt_128bit() 236 static unsigned int __glue_ctr_crypt_128bit(const struct common_glue_ctx *gctx, in __glue_ctr_crypt_128bit() 275 int glue_ctr_crypt_128bit(const struct common_glue_ctx *gctx, in glue_ctr_crypt_128bit() 306 static unsigned int __glue_xts_crypt_128bit(const struct common_glue_ctx *gctx, in __glue_xts_crypt_128bit() 343 int glue_xts_crypt_128bit(const struct common_glue_ctx *gctx, in glue_xts_crypt_128bit()
|
D | serpent_avx2_glue.c | 43 static const struct common_glue_ctx serpent_enc = { 59 static const struct common_glue_ctx serpent_ctr = { 75 static const struct common_glue_ctx serpent_enc_xts = { 91 static const struct common_glue_ctx serpent_dec = { 107 static const struct common_glue_ctx serpent_dec_cbc = { 123 static const struct common_glue_ctx serpent_dec_xts = {
|
D | twofish_avx_glue.c | 83 static const struct common_glue_ctx twofish_enc = { 99 static const struct common_glue_ctx twofish_ctr = { 115 static const struct common_glue_ctx twofish_enc_xts = { 128 static const struct common_glue_ctx twofish_dec = { 144 static const struct common_glue_ctx twofish_dec_cbc = { 160 static const struct common_glue_ctx twofish_dec_xts = {
|
D | camellia_aesni_avx_glue.c | 67 static const struct common_glue_ctx camellia_enc = { 83 static const struct common_glue_ctx camellia_ctr = { 99 static const struct common_glue_ctx camellia_enc_xts = { 112 static const struct common_glue_ctx camellia_dec = { 128 static const struct common_glue_ctx camellia_dec_cbc = { 144 static const struct common_glue_ctx camellia_dec_xts = {
|
D | cast6_avx_glue.c | 82 static const struct common_glue_ctx cast6_enc = { 95 static const struct common_glue_ctx cast6_ctr = { 108 static const struct common_glue_ctx cast6_enc_xts = { 121 static const struct common_glue_ctx cast6_dec = { 134 static const struct common_glue_ctx cast6_dec_cbc = { 147 static const struct common_glue_ctx cast6_dec_xts = {
|
D | serpent_avx_glue.c | 95 static const struct common_glue_ctx serpent_enc = { 108 static const struct common_glue_ctx serpent_ctr = { 121 static const struct common_glue_ctx serpent_enc_xts = { 134 static const struct common_glue_ctx serpent_dec = { 147 static const struct common_glue_ctx serpent_dec_cbc = { 160 static const struct common_glue_ctx serpent_dec_xts = {
|
D | camellia_aesni_avx2_glue.c | 45 static const struct common_glue_ctx camellia_enc = { 64 static const struct common_glue_ctx camellia_ctr = { 83 static const struct common_glue_ctx camellia_enc_xts = { 99 static const struct common_glue_ctx camellia_dec = { 118 static const struct common_glue_ctx camellia_dec_cbc = { 137 static const struct common_glue_ctx camellia_dec_xts = {
|
D | twofish_glue_3way.c | 102 static const struct common_glue_ctx twofish_enc = { 115 static const struct common_glue_ctx twofish_ctr = { 128 static const struct common_glue_ctx twofish_dec = { 141 static const struct common_glue_ctx twofish_dec_cbc = {
|
D | serpent_sse2_glue.c | 90 static const struct common_glue_ctx serpent_enc = { 103 static const struct common_glue_ctx serpent_ctr = { 116 static const struct common_glue_ctx serpent_dec = { 129 static const struct common_glue_ctx serpent_dec_cbc = {
|
D | camellia_glue.c | 1324 static const struct common_glue_ctx camellia_enc = { 1337 static const struct common_glue_ctx camellia_ctr = { 1350 static const struct common_glue_ctx camellia_dec = { 1363 static const struct common_glue_ctx camellia_dec_cbc = {
|
D | aesni-intel_glue.c | 691 static const struct common_glue_ctx aesni_enc_xts = { 704 static const struct common_glue_ctx aesni_dec_xts = {
|