Home
last modified time | relevance | path

Searched full:authorization (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/
Dtestcase.yaml2 bluetooth.host.gatt.authorization:
/Zephyr-latest/tests/bsim/bluetooth/
Dtests.nrf5340bsim_nrf5340_cpunet.txt14 tests/bsim/bluetooth/host/gatt/authorization
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsco_internal.h74 /** The ACL connection that is requesting authorization */
93 * authorization.
/Zephyr-latest/include/zephyr/bluetooth/classic/
Drfcomm.h118 * authorization.
120 * @param conn The connection that is requesting authorization
/Zephyr-latest/subsys/bluetooth/host/
DKconfig.gatt318 bool "Custom authorization of GATT operations"
321 authorization logic for GATT operations that can be registered
Datt.c133 /* Descriptor of application-specific authorization callbacks that are used
1451 /* Check the attribute authorization logic */ in read_type_cb()
1607 /* Check the attribute authorization logic */ in read_cb()
1778 /* Check the attribute authorization logic */ in read_vl_cb()
2058 /* Check the attribute authorization logic */ in write_cb()
2176 /* Check the attribute authorization logic */ in prep_write_cb()
/Zephyr-latest/drivers/crypto/
Dcrypto_ataes132a_priv.h211 * used in the CCM MAC generation and authorization processes.
222 * used in the CCM MAC generation and authorization processes.
256 * This function performs a CCM decrypt and authorization operation on the
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dservice_d_1.c124 * @brief Set authorization for Characteristics and Descriptors in Service D.
Dservice_b_2_1.c163 * @brief Set authorization for Characteristics and Descriptors in Service B.2.
Dservice_b_5_1.c306 * @brief Set authorization for Characteristics and Descriptors in Service B.5.
Dservice_c_2_1.c1172 * @brief Set authorization for Characteristics and Descriptors in Service C.2.
/Zephyr-latest/subsys/tracing/ctf/
Dctf_map.h26 * prior written authorization from the authors.
/Zephyr-latest/include/zephyr/bluetooth/
Datt.h47 /** The attribute requires authorization before it can be read or written */
Dl2cap.h512 * authorization.
517 * @param conn The connection that is requesting authorization
Diso.h739 /** The ACL connection that is requesting authorization */
771 * This callback is called whenever a new incoming connection requires authorization.
Dgatt.h366 /** @brief GATT authorization callback structure. */
560 /** @brief Register GATT authorization callbacks.
562 * Register callbacks to perform application-specific authorization of GATT
Duuid.h628 * @brief Authorization Control Service UUID value
632 * @brief Authorization Control Service
/Zephyr-latest/subsys/net/lib/http/
Dhttp_hpack.c54 [HTTP_SERVER_HPACK_AUTHORIZATION] = { "authorization", NULL },
80 [HTTP_SERVER_HPACK_PROXY_AUTHORIZATION] = { "proxy-authorization", NULL },
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/
Dgatt_server_test.c330 FAIL("Registering GATT authorization callbacks failed (err %d)\n", err); in test_main()
/Zephyr-latest/doc/security/
Dsecure-coding.rst206 scripting, missing authentication, and missing authorization. See the
/Zephyr-latest/scripts/west_commands/
Dsdk.py393 "Authorization": f"Bearer {args.personal_access_token}",
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c64 #define AUTH_HEADER_START "Authorization: GatewayToken "
66 #define AUTH_HEADER_START "Authorization: TargetToken "