Searched refs:psa_cipher_encrypt (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/bluetooth/host/crypto/mocks/ |
D | aes.h | 16 FAKE(psa_cipher_encrypt) \ 23 DECLARE_FAKE_VALUE_FUNC(psa_status_t, psa_cipher_encrypt, mbedtls_svc_key_id_t, psa_algorithm_t,
|
D | aes.c | 14 DEFINE_FAKE_VALUE_FUNC(psa_status_t, psa_cipher_encrypt, mbedtls_svc_key_id_t, psa_algorithm_t,
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | crypto_psa.c | 94 status = psa_cipher_encrypt(key_id, PSA_ALG_ECB_NO_PADDING, tmp, 16, in bt_encrypt_le() 141 status = psa_cipher_encrypt(key_id, PSA_ALG_ECB_NO_PADDING, in bt_encrypt_be()
|
/Zephyr-latest/samples/psa/persistent_key/src/ |
D | main.c | 60 ret = psa_cipher_encrypt(SAMPLE_KEY_ID, SAMPLE_ALG, plaintext, sizeof(plaintext), in use_persistent_key()
|
/Zephyr-latest/tests/subsys/secure_storage/psa/crypto/src/ |
D | main.c | 118 ret = psa_cipher_encrypt(ID, ALG, plaintext, sizeof(plaintext), in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto_psa.c | 68 status = psa_cipher_encrypt(key->key, PSA_ALG_ECB_NO_PADDING, in bt_mesh_encrypt()
|
/Zephyr-latest/modules/openthread/platform/ |
D | crypto_psa.c | 330 status = psa_cipher_encrypt(*key_ref, PSA_ALG_ECB_NO_PADDING, aInput, block_size, aOutput, in otPlatCryptoAesEncrypt()
|