Searched refs:PSA_SUCCESS (Results 1 – 18 of 18) sorted by relevance
36 if (status != PSA_SUCCESS) { in bt_crypto_init()48 if (status == PSA_SUCCESS) { in bt_rand()89 if (status != PSA_SUCCESS) { in bt_encrypt_le()98 if (status != PSA_SUCCESS) { in bt_encrypt_le()103 if (destroy_status != PSA_SUCCESS) { in bt_encrypt_le()107 if ((status != PSA_SUCCESS) || (destroy_status != PSA_SUCCESS)) { in bt_encrypt_le()138 if (status != PSA_SUCCESS) { in bt_encrypt_be()145 if (status != PSA_SUCCESS) { in bt_encrypt_be()150 if (destroy_status != PSA_SUCCESS) { in bt_encrypt_be()154 if ((status != PSA_SUCCESS) || (destroy_status != PSA_SUCCESS)) { in bt_encrypt_be()
111 if (ret == PSA_SUCCESS) { in bt_pub_key_is_valid()141 if (ret != PSA_SUCCESS) { in generate_pub_key()148 if (ret != PSA_SUCCESS) { in generate_pub_key()160 if (ret != PSA_SUCCESS) { in generate_pub_key()167 if (ret != PSA_SUCCESS) { in generate_pub_key()216 if (ret != PSA_SUCCESS) { in generate_dh_key()225 if (ret != PSA_SUCCESS) { in generate_dh_key()232 if (ret != PSA_SUCCESS) { in generate_dh_key()
728 if (ret != PSA_SUCCESS) { in db_hash_setup()735 if (ret != PSA_SUCCESS) { in db_hash_setup()746 if (ret != PSA_SUCCESS) { in db_hash_update()760 if (ret != PSA_SUCCESS) { in db_hash_finish()
28 if (ret != PSA_SUCCESS) { in get_stored_data()34 return PSA_SUCCESS; in get_stored_data()47 if (ret != PSA_SUCCESS) { in transform_stored_data()51 return PSA_SUCCESS; in transform_stored_data()62 if (ret != PSA_SUCCESS) { in get_entry()79 if (*ret != PSA_SUCCESS) { in keep_stored_entry()93 *ret = PSA_SUCCESS; in keep_stored_entry()108 if (ret != PSA_SUCCESS) { in store_entry()114 if (ret != PSA_SUCCESS) { in store_entry()153 return PSA_SUCCESS; in secure_storage_its_get()[all …]
134 if (status != PSA_SUCCESS) { in bt_mesh_aes_cmac_mesh_key()140 if (status != PSA_SUCCESS) { in bt_mesh_aes_cmac_mesh_key()149 if (status != PSA_SUCCESS) { in bt_mesh_aes_cmac_mesh_key()198 if (status != PSA_SUCCESS) { in bt_mesh_sha256_hmac_raw_key()206 if (status != PSA_SUCCESS) { in bt_mesh_sha256_hmac_raw_key()213 if (status != PSA_SUCCESS) { in bt_mesh_sha256_hmac_raw_key()223 if (status != PSA_SUCCESS) { in bt_mesh_sha256_hmac_raw_key()260 if (status != PSA_SUCCESS) { in bt_mesh_pub_key_gen()267 if (status != PSA_SUCCESS) { in bt_mesh_pub_key_gen()316 if (status != PSA_SUCCESS) { in bt_mesh_dhkey_gen()[all …]
75 } else if (status != PSA_SUCCESS) { in credentials_toc_get()88 if (status != PSA_SUCCESS) { in credentials_toc_write()154 } else if (status != PSA_SUCCESS) { in credentials_init()200 if (status != PSA_SUCCESS) { in credential_get_from_uid()211 if (status != PSA_SUCCESS) { in credential_get_from_uid()357 if (status != PSA_SUCCESS) { in tls_credential_add()397 } else if (status != PSA_SUCCESS) { in tls_credential_get()409 if (status != PSA_SUCCESS) { in tls_credential_get()450 } else if (status != PSA_SUCCESS) { in tls_credential_delete()
35 if (status != PSA_SUCCESS) { in credential_digest_raw()
29 if (ret == PSA_SUCCESS && length_read == ENTRY_MAX_LEN) { in wifi_credentials_backend_init()57 } else if (ret != PSA_SUCCESS) { in wifi_credentials_store_entry()69 if (ret != PSA_SUCCESS) { in wifi_credentials_delete_entry()84 if (ret != PSA_SUCCESS) { in wifi_credentials_load_entry()
33 if (status != PSA_SUCCESS) { in bt_crypto_aes_cmac()40 if ((status != PSA_SUCCESS) || (destroy_status != PSA_SUCCESS)) { in bt_crypto_aes_cmac()
70 psa_ret = PSA_SUCCESS; in secure_storage_its_store_set()76 LOG_DBG("%s 0x%x with %zu bytes. (%zd)", (psa_ret == PSA_SUCCESS) ? in secure_storage_its_store_set()95 psa_ret = PSA_SUCCESS; in secure_storage_its_store_get()118 return ret ? PSA_ERROR_STORAGE_FAILURE : PSA_SUCCESS; in secure_storage_its_store_remove()
63 return PSA_SUCCESS; in secure_storage_its_store_set()100 ret = PSA_SUCCESS; in secure_storage_its_store_get()121 return ret ? PSA_ERROR_STORAGE_FAILURE : PSA_SUCCESS; in secure_storage_its_store_remove()
13 #define SUCCESS_VALUE PSA_SUCCESS58 if (ret != PSA_SUCCESS) { in updatehub_integrity_update()94 if (ret != PSA_SUCCESS) { in updatehub_integrity_finish()
45 if (ret != PSA_SUCCESS) { in psa_aead_crypt()92 if (ret != PSA_SUCCESS) { in secure_storage_its_transform_to_store()99 if (ret == PSA_SUCCESS) { in secure_storage_its_transform_to_store()124 if (ret == PSA_SUCCESS) { in secure_storage_its_transform_from_store()
52 if (ret == PSA_SUCCESS) { in hash_data_into_key()132 if (ret != PSA_SUCCESS) { in secure_storage_its_transform_aead_get_nonce()146 return PSA_SUCCESS; in secure_storage_its_transform_aead_get_nonce()
39 if (status != PSA_SUCCESS) { in jwt_sign_impl()46 ret = (status == PSA_SUCCESS) ? 0 : -EINVAL; in jwt_sign_impl()
15 #define PSA_SUCCESS ((psa_status_t)0) macro
25 #define SUCCESS_VALUE PSA_SUCCESS
19 #define SUCCESS_VALUE PSA_SUCCESS
Completed in 58 milliseconds