Searched refs:aesEncr (Results 1 – 3 of 3) sorted by relevance
204 void aesEncr(struct AesContext *ctx, const uint32_t *src, uint32_t *dst) in aesEncr() function365 aesEncr(&ctx->aes, ctx->iv, dst); in aesCbcEncr()
37 void aesEncr(struct AesContext *ctx, const uint32_t *src, uint32_t *dst); //encrypts AES_BLOCK_WORD…
710 .blAesEncr = &aesEncr,