Searched refs:blkcipher_walk (Results 1 – 16 of 16) sorted by relevance
/linux-2.6.39/crypto/ |
D | blkcipher.c | 38 struct blkcipher_walk *walk); 40 struct blkcipher_walk *walk); 42 static inline void blkcipher_map_src(struct blkcipher_walk *walk) in blkcipher_map_src() 47 static inline void blkcipher_map_dst(struct blkcipher_walk *walk) in blkcipher_map_dst() 52 static inline void blkcipher_unmap_src(struct blkcipher_walk *walk) in blkcipher_unmap_src() 57 static inline void blkcipher_unmap_dst(struct blkcipher_walk *walk) in blkcipher_unmap_dst() 72 struct blkcipher_walk *walk, in blkcipher_done_slow() 84 static inline unsigned int blkcipher_done_fast(struct blkcipher_walk *walk, in blkcipher_done_fast() 104 struct blkcipher_walk *walk, int err) in blkcipher_walk_done() 148 struct blkcipher_walk *walk, in blkcipher_next_slow() [all …]
|
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 | 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 | 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 | 93 struct blkcipher_walk *w, struct priv *ctx, in crypt() 150 struct blkcipher_walk w; in encrypt() 161 struct blkcipher_walk w; in decrypt()
|
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 | lrw.c | 132 struct blkcipher_walk *w, struct priv *ctx, in crypt() 191 struct blkcipher_walk w; in encrypt() 202 struct blkcipher_walk w; in decrypt()
|
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-2.6.39/arch/s390/crypto/ |
D | des_s390.c | 89 void *param, struct blkcipher_walk *walk) in ecb_desall_crypt() 111 void *param, struct blkcipher_walk *walk) in cbc_desall_crypt() 143 struct blkcipher_walk walk; in ecb_des_encrypt() 154 struct blkcipher_walk walk; in ecb_des_decrypt() 186 struct blkcipher_walk walk; in cbc_des_encrypt() 197 struct blkcipher_walk walk; in cbc_des_decrypt() 296 struct blkcipher_walk walk; in ecb_des3_192_encrypt() 307 struct blkcipher_walk walk; in ecb_des3_192_decrypt() 340 struct blkcipher_walk walk; in cbc_des3_192_encrypt() 351 struct blkcipher_walk walk; in cbc_des3_192_decrypt()
|
D | aes_s390.c | 298 struct blkcipher_walk *walk) in ecb_aes_crypt() 324 struct blkcipher_walk walk; in ecb_aes_encrypt() 338 struct blkcipher_walk walk; in ecb_aes_decrypt() 427 struct blkcipher_walk *walk) in cbc_aes_crypt() 459 struct blkcipher_walk walk; in cbc_aes_encrypt() 473 struct blkcipher_walk walk; in cbc_aes_decrypt()
|
/linux-2.6.39/include/crypto/ |
D | algapi.h | 79 struct blkcipher_walk { struct 184 struct blkcipher_walk *walk, int err); 186 struct blkcipher_walk *walk); 188 struct blkcipher_walk *walk); 190 struct blkcipher_walk *walk, 299 static inline void blkcipher_walk_init(struct blkcipher_walk *walk, in blkcipher_walk_init()
|
/linux-2.6.39/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()
|
/linux-2.6.39/arch/x86/crypto/ |
D | aesni-intel_glue.c | 280 struct blkcipher_walk walk; in ecb_encrypt() 304 struct blkcipher_walk walk; in ecb_decrypt() 350 struct blkcipher_walk walk; in cbc_encrypt() 374 struct blkcipher_walk walk; in cbc_decrypt() 417 struct blkcipher_walk *walk) in ctr_crypt_final() 436 struct blkcipher_walk walk; in ctr_crypt()
|
D | salsa20_glue.c | 57 struct blkcipher_walk walk; in encrypt()
|