Lines Matching refs:cipher_ctx
188 static int crypto_si32_aes_calc_decryption_key(const struct cipher_ctx *ctx, in crypto_si32_aes_calc_decryption_key()
248 static int crypto_si32_aes_set_key_size(const struct cipher_ctx *ctx) in crypto_si32_aes_set_key_size()
563 static int crypto_si32_aes_ecb_op(struct cipher_ctx *ctx, struct cipher_pkt *pkt, in crypto_si32_aes_ecb_op()
697 static int crypto_si32_aes_cbc_op(struct cipher_ctx *ctx, struct cipher_pkt *pkt, in crypto_si32_aes_cbc_op()
873 static int crypto_si32_aes_ctr_op(struct cipher_ctx *ctx, struct cipher_pkt *pkt, uint8_t iv[12]) in crypto_si32_aes_ctr_op()
1005 static int crypto_si32_aes_ecb_encrypt(struct cipher_ctx *ctx, struct cipher_pkt *pkt) in crypto_si32_aes_ecb_encrypt()
1016 static int crypto_si32_aes_ecb_decrypt(struct cipher_ctx *ctx, struct cipher_pkt *pkt) in crypto_si32_aes_ecb_decrypt()
1027 static int crypto_si32_aes_cbc_encrypt(struct cipher_ctx *ctx, struct cipher_pkt *pkt, uint8_t *iv) in crypto_si32_aes_cbc_encrypt()
1038 static int crypto_si32_aes_cbc_decrypt(struct cipher_ctx *ctx, struct cipher_pkt *pkt, uint8_t *iv) in crypto_si32_aes_cbc_decrypt()
1049 static int crypto_si32_begin_session(const struct device *dev, struct cipher_ctx *ctx, in crypto_si32_begin_session()
1178 static int crypto_si32_free_session(const struct device *dev, struct cipher_ctx *ctx) in crypto_si32_free_session()