Searched refs:aesDecr (Results 1 – 3 of 3) sorted by relevance
38 void aesDecr(struct AesContext *ctx, const uint32_t *src, uint32_t *dst); //deencrypts AES_BLOCK_WO…
274 void aesDecr(struct AesContext *ctx, const uint32_t *src, uint32_t *dst) in aesDecr() function373 aesDecr(&ctx->aes, src, tmp); in aesCbcDecr()
696 .blAesDecr = &aesDecr,