Home
last modified time | relevance | path

Searched refs:psa_cipher_encrypt (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/crypto/mocks/
Daes.h16 FAKE(psa_cipher_encrypt) \
23 DECLARE_FAKE_VALUE_FUNC(psa_status_t, psa_cipher_encrypt, mbedtls_svc_key_id_t, psa_algorithm_t,
Daes.c14 DEFINE_FAKE_VALUE_FUNC(psa_status_t, psa_cipher_encrypt, mbedtls_svc_key_id_t, psa_algorithm_t,
/Zephyr-latest/subsys/bluetooth/host/
Dcrypto_psa.c94 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/
Dmain.c60 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/
Dmain.c118 ret = psa_cipher_encrypt(ID, ALG, plaintext, sizeof(plaintext), in ZTEST()
/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto_psa.c68 status = psa_cipher_encrypt(key->key, PSA_ALG_ECB_NO_PADDING, in bt_mesh_encrypt()
/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c330 status = psa_cipher_encrypt(*key_ref, PSA_ALG_ECB_NO_PADDING, aInput, block_size, aOutput, in otPlatCryptoAesEncrypt()