Searched refs:crypto_smartbond_set_in_out_buf (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/crypto/ |
D | crypto_smartbond.c | 393 static int crypto_smartbond_set_in_out_buf(uint8_t *in_buf, uint8_t *out_buf, int len) in crypto_smartbond_set_in_out_buf() function 532 ret = crypto_smartbond_set_in_out_buf(pkt->in_buf, pkt->out_buf, pkt->in_len); in crypto_smartbond_cipher_ecb_handler() 609 ret = crypto_smartbond_set_in_out_buf(pkt->in_buf, in crypto_smartbond_cipher_cbc_handler() 612 ret = crypto_smartbond_set_in_out_buf(pkt->in_buf + offset, in crypto_smartbond_cipher_cbc_handler() 685 ret = crypto_smartbond_set_in_out_buf(pkt->in_buf, pkt->out_buf, pkt->in_len); in crypto_smartbond_cipher_ctr_handler() 756 ret = crypto_smartbond_set_in_out_buf(pkt->in_buf, pkt->out_buf, pkt->in_len); in crypto_smartbond_hash_handler() 759 ret = crypto_smartbond_set_in_out_buf(pkt->in_buf, NULL, pkt->in_len); in crypto_smartbond_hash_handler()
|