Searched refs:aes_decrypt_block (Results 1 – 6 of 6) sorted by relevance
135 AES_BLOCK_LEN, aes_decrypt_block, aes_copy_block, in aes_decrypt_contiguous_blocks()139 AES_BLOCK_LEN, aes_decrypt_block); in aes_decrypt_contiguous_blocks()
134 extern int aes_decrypt_block(const void *ks, const uint8_t *ct, uint8_t *pt);
1689 aes_decrypt_block(const void *ks, const uint8_t *ct, uint8_t *pt) in aes_decrypt_block() function
36 aes_decrypt_block;
47 aes_decrypt_block;
667 (void) aes_decrypt_block(soft_aes_ctx->key_sched, in soft_aes_decrypt_common()