Home
last modified time | relevance | path

Searched defs:in_buf (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/include/zephyr/crypto/
Dhash.h91 uint8_t *in_buf; member
Dcipher.h183 uint8_t *in_buf; member
/Zephyr-latest/drivers/crypto/
Dcrypto_stm32.c114 static int do_aes(struct cipher_ctx *ctx, hal_cryp_aes_op_func_t fn, uint8_t *in_buf, int in_len, in do_aes()
Dcrypto_smartbond.c393 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()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_engine.c691 static uint8_t in_buf[NET_IPV6_MTU]; in socket_recv_message() local
/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc2520.c1176 uint8_t *in_buf; in insert_crypto_parameters() local
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dmain.c117 struct net_buf *in_buf; member