/linux-3.3/arch/s390/crypto/ |
D | des_s390.c | 86 u8 *key, struct blkcipher_walk *walk) in ecb_desall_crypt() 108 u8 *iv, struct blkcipher_walk *walk) in cbc_desall_crypt() 140 struct blkcipher_walk walk; in ecb_des_encrypt() 151 struct blkcipher_walk walk; in ecb_des_decrypt() 183 struct blkcipher_walk walk; in cbc_des_encrypt() 194 struct blkcipher_walk walk; in cbc_des_decrypt() 291 struct blkcipher_walk walk; in ecb_des3_encrypt() 302 struct blkcipher_walk walk; in ecb_des3_decrypt() 335 struct blkcipher_walk walk; in cbc_des3_encrypt() 346 struct blkcipher_walk walk; in cbc_des3_decrypt() [all …]
|
D | aes_s390.c | 317 struct blkcipher_walk *walk) in ecb_aes_crypt() 343 struct blkcipher_walk walk; in ecb_aes_encrypt() 357 struct blkcipher_walk walk; in ecb_aes_decrypt() 446 struct blkcipher_walk *walk) in cbc_aes_crypt() 478 struct blkcipher_walk walk; in cbc_aes_encrypt() 492 struct blkcipher_walk walk; in cbc_aes_decrypt() 613 struct blkcipher_walk *walk) in xts_aes_crypt() 656 struct blkcipher_walk walk; in xts_aes_encrypt() 670 struct blkcipher_walk walk; in xts_aes_decrypt() 752 struct s390_aes_ctx *sctx, struct blkcipher_walk *walk) in ctr_aes_crypt() [all …]
|
/linux-3.3/crypto/ |
D | blkcipher.c | 40 struct blkcipher_walk *walk); 42 struct blkcipher_walk *walk); 44 static inline void blkcipher_map_src(struct blkcipher_walk *walk) in blkcipher_map_src() 49 static inline void blkcipher_map_dst(struct blkcipher_walk *walk) in blkcipher_map_dst() 54 static inline void blkcipher_unmap_src(struct blkcipher_walk *walk) in blkcipher_unmap_src() 59 static inline void blkcipher_unmap_dst(struct blkcipher_walk *walk) in blkcipher_unmap_dst() 74 struct blkcipher_walk *walk, in blkcipher_done_slow() 86 static inline unsigned int blkcipher_done_fast(struct blkcipher_walk *walk, in blkcipher_done_fast() 106 struct blkcipher_walk *walk, int err) in blkcipher_walk_done() 150 struct blkcipher_walk *walk, in blkcipher_next_slow() [all …]
|
D | pcbc.c | 46 struct blkcipher_walk *walk, in crypto_pcbc_encrypt_segment() 71 struct blkcipher_walk *walk, in crypto_pcbc_encrypt_inplace() 101 struct blkcipher_walk walk; in crypto_pcbc_encrypt() 124 struct blkcipher_walk *walk, in crypto_pcbc_decrypt_segment() 151 struct blkcipher_walk *walk, in crypto_pcbc_decrypt_inplace() 181 struct blkcipher_walk walk; in crypto_pcbc_decrypt()
|
D | cbc.c | 43 struct blkcipher_walk *walk, in crypto_cbc_encrypt_segment() 67 struct blkcipher_walk *walk, in crypto_cbc_encrypt_inplace() 94 struct blkcipher_walk walk; in crypto_cbc_encrypt() 115 struct blkcipher_walk *walk, in crypto_cbc_decrypt_segment() 141 struct blkcipher_walk *walk, in crypto_cbc_decrypt_inplace() 173 struct blkcipher_walk walk; in crypto_cbc_decrypt()
|
D | ecb.c | 42 struct blkcipher_walk *walk, in crypto_ecb_crypt() 73 struct blkcipher_walk walk; in crypto_ecb_encrypt() 87 struct blkcipher_walk walk; in crypto_ecb_decrypt()
|
D | xts.c | 94 struct blkcipher_walk *w, struct priv *ctx, in crypt() 151 struct blkcipher_walk w; in encrypt() 162 struct blkcipher_walk w; in decrypt() 175 struct blkcipher_walk walk; in xts_crypt()
|
D | lrw.c | 139 struct blkcipher_walk *w, struct priv *ctx, in crypt() 199 struct blkcipher_walk w; in encrypt() 210 struct blkcipher_walk w; in decrypt() 224 struct blkcipher_walk walk; in lrw_crypt()
|
D | ctr.c | 49 static void crypto_ctr_crypt_final(struct blkcipher_walk *walk, in crypto_ctr_crypt_final() 68 static int crypto_ctr_crypt_segment(struct blkcipher_walk *walk, in crypto_ctr_crypt_segment() 94 static int crypto_ctr_crypt_inplace(struct blkcipher_walk *walk, in crypto_ctr_crypt_inplace() 125 struct blkcipher_walk walk; in crypto_ctr_crypt()
|
D | crypto_null.c | 81 struct blkcipher_walk walk; in skcipher_null_crypt()
|
D | salsa20_generic.c | 181 struct blkcipher_walk walk; in encrypt()
|
/linux-3.3/arch/x86/crypto/ |
D | blowfish_glue.c | 100 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt() 148 struct blkcipher_walk walk; in ecb_encrypt() 157 struct blkcipher_walk walk; in ecb_decrypt() 186 struct blkcipher_walk *walk) in __cbc_encrypt() 212 struct blkcipher_walk walk; in cbc_encrypt() 227 struct blkcipher_walk *walk) in __cbc_decrypt() 296 struct blkcipher_walk walk; in cbc_decrypt() 333 static void ctr_crypt_final(struct bf_ctx *ctx, struct blkcipher_walk *walk) in ctr_crypt_final() 349 struct blkcipher_walk *walk) in __ctr_crypt() 407 struct blkcipher_walk walk; in ctr_crypt()
|
D | twofish_glue_3way.c | 62 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt() 110 struct blkcipher_walk walk; in ecb_encrypt() 119 struct blkcipher_walk walk; in ecb_decrypt() 148 struct blkcipher_walk *walk) in __cbc_encrypt() 174 struct blkcipher_walk walk; in cbc_encrypt() 189 struct blkcipher_walk *walk) in __cbc_decrypt() 256 struct blkcipher_walk walk; in cbc_decrypt() 313 struct blkcipher_walk *walk) in ctr_crypt_final() 330 struct blkcipher_walk *walk) in __ctr_crypt() 395 struct blkcipher_walk walk; in ctr_crypt()
|
D | serpent_sse2_glue.c | 75 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt() 133 struct blkcipher_walk walk; in ecb_encrypt() 142 struct blkcipher_walk walk; in ecb_decrypt() 171 struct blkcipher_walk *walk) in __cbc_encrypt() 197 struct blkcipher_walk walk; in cbc_encrypt() 212 struct blkcipher_walk *walk) in __cbc_decrypt() 281 struct blkcipher_walk walk; in cbc_decrypt() 340 struct blkcipher_walk *walk) in ctr_crypt_final() 357 struct blkcipher_walk *walk) in __ctr_crypt() 419 struct blkcipher_walk walk; in ctr_crypt()
|
D | salsa20_glue.c | 57 struct blkcipher_walk walk; in encrypt()
|
D | aesni-intel_glue.c | 285 struct blkcipher_walk walk; in ecb_encrypt() 309 struct blkcipher_walk walk; in ecb_decrypt() 355 struct blkcipher_walk walk; in cbc_encrypt() 379 struct blkcipher_walk walk; in cbc_decrypt() 422 struct blkcipher_walk *walk) in ctr_crypt_final() 441 struct blkcipher_walk walk; in ctr_crypt()
|
/linux-3.3/include/crypto/ |
D | algapi.h | 81 struct blkcipher_walk { struct 187 struct blkcipher_walk *walk, int err); 189 struct blkcipher_walk *walk); 191 struct blkcipher_walk *walk); 193 struct blkcipher_walk *walk, 302 static inline void blkcipher_walk_init(struct blkcipher_walk *walk, in blkcipher_walk_init()
|
/linux-3.3/drivers/crypto/ |
D | padlock-aes.c | 347 struct blkcipher_walk walk; in ecb_aes_encrypt() 376 struct blkcipher_walk walk; in ecb_aes_decrypt() 427 struct blkcipher_walk walk; in cbc_aes_encrypt() 458 struct blkcipher_walk walk; in cbc_aes_decrypt()
|
D | geode-aes.c | 310 struct blkcipher_walk walk; in geode_cbc_decrypt() 342 struct blkcipher_walk walk; in geode_cbc_encrypt() 423 struct blkcipher_walk walk; in geode_ecb_decrypt() 453 struct blkcipher_walk walk; in geode_ecb_encrypt()
|