Home
last modified time | relevance | path

Searched refs:CRYPTO_CIPHER_OP_ENCRYPT (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp_common.c76 CRYPTO_CIPHER_OP_ENCRYPT)) { in osdp_encrypt()
87 CRYPTO_CIPHER_OP_ENCRYPT)) { in osdp_encrypt()
/Zephyr-latest/samples/drivers/crypto/src/
Dmain.c151 CRYPTO_CIPHER_OP_ENCRYPT)) { in ecb_mode()
238 CRYPTO_CIPHER_OP_ENCRYPT)) { in cbc_mode()
328 CRYPTO_CIPHER_OP_ENCRYPT)) { in ctr_mode()
436 CRYPTO_CIPHER_OP_ENCRYPT)) { in ccm_mode()
548 CRYPTO_CIPHER_OP_ENCRYPT)) { in gcm_mode()
/Zephyr-latest/drivers/crypto/
Dcrypto_si32.c621 case CRYPTO_CIPHER_OP_ENCRYPT: in crypto_si32_aes_ecb_op()
656 case CRYPTO_CIPHER_OP_ENCRYPT: in crypto_si32_aes_ecb_op()
730 case CRYPTO_CIPHER_OP_ENCRYPT: in crypto_si32_aes_cbc_op()
779 case CRYPTO_CIPHER_OP_ENCRYPT: in crypto_si32_aes_cbc_op()
813 case CRYPTO_CIPHER_OP_ENCRYPT: in crypto_si32_aes_cbc_op()
1010 ret = crypto_si32_aes_ecb_op(ctx, pkt, CRYPTO_CIPHER_OP_ENCRYPT); in crypto_si32_aes_ecb_encrypt()
1032 ret = crypto_si32_aes_cbc_op(ctx, pkt, CRYPTO_CIPHER_OP_ENCRYPT, iv); in crypto_si32_aes_cbc_encrypt()
1115 case CRYPTO_CIPHER_OP_ENCRYPT: in crypto_si32_begin_session()
Dcrypto_mtls_shim.c363 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in mtls_session_setup()
382 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in mtls_session_setup()
409 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in mtls_session_setup()
427 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in mtls_session_setup()
Dcrypto_nrf_ecb.c94 (op_type != CRYPTO_CIPHER_OP_ENCRYPT) || in nrf_ecb_session_setup()
Dcrypto_tc_shim.c222 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in tc_session_setup()
Dcrypto_stm32.c408 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in crypto_stm32_session_setup()
Dcrypto_ataes132a.c845 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in ataes132a_session_setup()
Dcrypto_smartbond.c820 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in crypto_smartbond_cipher_begin_session()
/Zephyr-latest/include/zephyr/crypto/
Dcipher.h36 CRYPTO_CIPHER_OP_ENCRYPT = 1, enumerator
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_security.c72 CRYPTO_CIPHER_MODE_CCM, CRYPTO_CIPHER_OP_ENCRYPT); in ieee802154_security_setup_session()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc2520.c1370 if (op_type == CRYPTO_CIPHER_OP_ENCRYPT) { in cc2520_crypto_begin_session()