/Zephyr-latest/drivers/crypto/ |
D | crypto_tc_shim.c | 29 uint8_t *iv) in do_cbc_encrypt() 49 uint8_t *iv) in do_cbc_decrypt() 77 uint8_t *iv) in do_ctr_op()
|
D | crypto_stm32.c | 209 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()
|
D | crypto_mcux_dcp.c | 81 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()
|
D | crypto_mtls_shim.c | 122 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()
|
D | crypto_si32.c | 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()
|
D | crypto_smartbond.c | 560 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/ |
D | ccm.h | 13 uint8_t iv[8]; member
|
/Zephyr-latest/samples/bluetooth/encrypted_advertising/include/ |
D | common.h | 17 uint8_t iv[BT_EAD_IV_SIZE]; member
|
/Zephyr-latest/subsys/mgmt/osdp/src/ |
D | osdp_sc.c | 159 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
|
D | osdp_common.c | 51 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/ |
D | cbc_mode.c | 77 const uint8_t iv[16] = { variable
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_encrypt/src/ |
D | main.c | 240 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/ |
D | main.c | 231 static uint8_t iv[16] = { in cbc_mode() local 321 uint8_t iv[12] = { in ctr_mode() local
|
/Zephyr-latest/include/zephyr/crypto/ |
D | crypto.h | 274 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/ |
D | common.h | 76 const uint8_t iv[BT_EAD_IV_SIZE]; member
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | net.c | 1042 struct iv_val iv; in iv_set() local 1170 struct iv_val iv; in store_pending_iv() local
|
D | cdb.c | 75 } iv; member
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio.c | 382 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/ |
D | radio.c | 653 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/ |
D | bt.c | 4584 const char *iv = argv[2]; in cmd_encrypted_ad_set_keys() local
|