Home
last modified time | relevance | path

Searched defs:iv (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/drivers/crypto/
Dcrypto_tc_shim.c29 uint8_t *iv) in do_cbc_encrypt()
49 uint8_t *iv) in do_cbc_decrypt()
77 uint8_t *iv) in do_ctr_op()
Dcrypto_stm32.c209 struct cipher_pkt *pkt, uint8_t *iv) in crypto_stm32_cbc_encrypt()
236 struct cipher_pkt *pkt, uint8_t *iv) in crypto_stm32_cbc_decrypt()
261 struct cipher_pkt *pkt, uint8_t *iv) in crypto_stm32_ctr_encrypt()
284 struct cipher_pkt *pkt, uint8_t *iv) in crypto_stm32_ctr_decrypt()
Dcrypto_mcux_dcp.c81 static int crypto_dcp_aes_cbc_encrypt(struct cipher_ctx *ctx, struct cipher_pkt *pkt, uint8_t *iv) in crypto_dcp_aes_cbc_encrypt()
116 static int crypto_dcp_aes_cbc_decrypt(struct cipher_ctx *ctx, struct cipher_pkt *pkt, uint8_t *iv) in crypto_dcp_aes_cbc_decrypt()
Dcrypto_mtls_shim.c122 int mtls_cbc_encrypt(struct cipher_ctx *ctx, struct cipher_pkt *pkt, uint8_t *iv) in mtls_cbc_encrypt()
153 int mtls_cbc_decrypt(struct cipher_ctx *ctx, struct cipher_pkt *pkt, uint8_t *iv) in mtls_cbc_decrypt()
Dcrypto_si32.c1027 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()
Dcrypto_smartbond.c560 crypto_smartbond_cipher_cbc_handler(struct cipher_ctx *ctx, struct cipher_pkt *pkt, uint8_t *iv) in crypto_smartbond_cipher_cbc_handler()
/Zephyr-latest/subsys/bluetooth/controller/hal/
Dccm.h13 uint8_t iv[8]; member
/Zephyr-latest/samples/bluetooth/encrypted_advertising/include/
Dcommon.h17 uint8_t iv[BT_EAD_IV_SIZE]; member
/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp_sc.c159 uint8_t iv[16]; in osdp_decrypt_data() local
187 uint8_t iv[16]; in osdp_encrypt_data() local
209 uint8_t iv[16]; in osdp_compute_mac() local
Dosdp_common.c51 void osdp_encrypt(uint8_t *key, uint8_t *iv, uint8_t *data, int len) in osdp_encrypt()
98 void osdp_decrypt(uint8_t *key, uint8_t *iv, uint8_t *data, int len) in osdp_decrypt()
/Zephyr-latest/tests/crypto/tinycrypt/src/
Dcbc_mode.c77 const uint8_t iv[16] = { variable
/Zephyr-latest/tests/bluetooth/controller/ctrl_encrypt/src/
Dmain.c240 const uint8_t iv[] = { IVM, IVS }; in ZTEST() local
398 const uint8_t iv[] = { IVM, IVS }; in ZTEST() local
1563 const uint8_t iv[] = { IVM, IVS }; in ZTEST() local
1780 const uint8_t iv[] = { IVM, IVS }; in ZTEST() local
2302 const uint8_t iv[] = { IVM, IVS }; in ZTEST() local
2445 const uint8_t iv[] = { IVM, IVS }; in ZTEST() local
/Zephyr-latest/samples/drivers/crypto/src/
Dmain.c231 static uint8_t iv[16] = { in cbc_mode() local
321 uint8_t iv[12] = { in ctr_mode() local
/Zephyr-latest/include/zephyr/crypto/
Dcrypto.h274 struct cipher_pkt *pkt, uint8_t *iv) in cipher_cbc_op()
301 struct cipher_pkt *pkt, uint8_t *iv) in cipher_ctr_op()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/
Dcommon.h76 const uint8_t iv[BT_EAD_IV_SIZE]; member
/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.c1042 struct iv_val iv; in iv_set() local
1170 struct iv_val iv; in store_pending_iv() local
Dcdb.c75 } iv; member
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.c382 void radio_whiten_iv_set(uint32_t iv) in radio_whiten_iv_set()
656 void radio_crc_configure(uint32_t polynomial, uint32_t iv) in radio_crc_configure()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.c653 void radio_whiten_iv_set(uint32_t iv) in radio_whiten_iv_set()
881 void radio_crc_configure(uint32_t polynomial, uint32_t iv) in radio_crc_configure()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c4584 const char *iv = argv[2]; in cmd_encrypted_ad_set_keys() local