Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Daegis128.c43 void (*crypt_chunk)(struct aegis_state *state, u8 *dst, member
303 ops->crypt_chunk(state, dst, src, chunksize); in crypto_aegis128_process_crypt()
374 .crypt_chunk = crypto_aegis128_encrypt_chunk, in crypto_aegis128_encrypt()
393 .crypt_chunk = crypto_aegis128_decrypt_chunk, in crypto_aegis128_decrypt()
Daegis256.c43 void (*crypt_chunk)(struct aegis_state *state, u8 *dst, member
316 ops->crypt_chunk(state, dst, src, chunksize); in crypto_aegis256_process_crypt()
389 .crypt_chunk = crypto_aegis256_encrypt_chunk, in crypto_aegis256_encrypt()
408 .crypt_chunk = crypto_aegis256_decrypt_chunk, in crypto_aegis256_decrypt()
Daegis128l.c50 void (*crypt_chunk)(struct aegis_state *state, u8 *dst, member
366 ops->crypt_chunk(state, dst, src, chunksize); in crypto_aegis128l_process_crypt()
438 .crypt_chunk = crypto_aegis128l_encrypt_chunk, in crypto_aegis128l_encrypt()
457 .crypt_chunk = crypto_aegis128l_decrypt_chunk, in crypto_aegis128l_decrypt()
Dmorus1280.c51 void (*crypt_chunk)(struct morus1280_state *state, member
378 ops->crypt_chunk(state, dst, src, walk.nbytes); in crypto_morus1280_process_crypt()
454 .crypt_chunk = crypto_morus1280_encrypt_chunk, in crypto_morus1280_encrypt()
475 .crypt_chunk = crypto_morus1280_decrypt_chunk, in crypto_morus1280_decrypt()
Dmorus640.c51 void (*crypt_chunk)(struct morus640_state *state, member
377 ops->crypt_chunk(state, dst, src, walk.nbytes); in crypto_morus640_process_crypt()
451 .crypt_chunk = crypto_morus640_encrypt_chunk, in crypto_morus640_encrypt()
472 .crypt_chunk = crypto_morus640_decrypt_chunk, in crypto_morus640_decrypt()