Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 25 of 53) sorted by relevance

123

/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/iot-security-module-core/src/utils/
Dnotifier.c35 notifier_item_t *handle = item; in _linked_list_find_condition() local
38 return (notifier == handle->notifier); in _linked_list_find_condition()
96 notifier_item_t *handle; in notifier_unsubscribe() local
105 handle = linked_list_find(linked_list_handle, _linked_list_find_condition, notifier); in notifier_unsubscribe()
106 if (handle == NULL) { in notifier_unsubscribe()
112 linked_list_remove(linked_list_handle, handle, object_pool_notifier_item_t_free); in notifier_unsubscribe()
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_null_cipher.c74 VOID **handle, in _nx_crypto_method_null_init() argument
81 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_null_init()
190 VOID *handle, /* Crypto handler */ in _nx_crypto_method_null_operation() argument
205 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_null_operation()
Dnx_crypto_hmac_md5.c75 VOID **handle, in _nx_crypto_method_hmac_md5_init() argument
83 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_hmac_md5_init()
221 VOID *handle, /* Crypto handler */ in _nx_crypto_method_hmac_md5_operation() argument
238 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_hmac_md5_operation()
Dnx_crypto_hmac_sha1.c75 VOID **handle, in _nx_crypto_method_hmac_sha1_init() argument
81 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_hmac_sha1_init()
220 VOID *handle, /* Crypto handler */ in _nx_crypto_method_hmac_sha1_operation() argument
237 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_hmac_sha1_operation()
Dnx_crypto_tls_prf_sha384.c73 VOID **handle, in _nx_crypto_method_prf_sha384_init() argument
80 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_prf_sha384_init()
227 VOID *handle, /* Crypto handler */ in _nx_crypto_method_prf_sha384_operation() argument
245 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_prf_sha384_operation()
Dnx_crypto_tls_prf_sha512.c73 VOID **handle, in _nx_crypto_method_prf_sha512_init() argument
80 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_prf_sha512_init()
227 VOID *handle, /* Crypto handler */ in _nx_crypto_method_prf_sha512_operation() argument
245 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_prf_sha512_operation()
Dnx_crypto_hmac_sha2.c75 VOID **handle, in _nx_crypto_method_hmac_sha256_init() argument
82 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_hmac_sha256_init()
221 VOID *handle, /* Crypto handler */ in _nx_crypto_method_hmac_sha256_operation() argument
239 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_hmac_sha256_operation()
Dnx_crypto_tls_prf_sha256.c72 VOID **handle, in _nx_crypto_method_prf_sha_256_init() argument
79 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_prf_sha_256_init()
227 VOID *handle, /* Crypto handler */ in _nx_crypto_method_prf_sha_256_operation() argument
245 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_prf_sha_256_operation()
Dnx_crypto_hmac_sha5.c75 VOID **handle, in _nx_crypto_method_hmac_sha512_init() argument
81 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_hmac_sha512_init()
220 VOID *handle, /* Crypto handler */ in _nx_crypto_method_hmac_sha512_operation() argument
239 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_hmac_sha512_operation()
Dnx_crypto_tls_prf_1.c72 VOID **handle, in _nx_crypto_method_prf_1_init() argument
79 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_prf_1_init()
227 VOID *handle, /* Crypto handler */ in _nx_crypto_method_prf_1_operation() argument
246 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_prf_1_operation()
Dnx_crypto_rsa.c209 VOID **handle, in _nx_crypto_method_rsa_init() argument
215 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_rsa_init()
363 VOID *handle, /* Crypto handler */ in _nx_crypto_method_rsa_operation() argument
381 NX_CRYPTO_PARAMETER_NOT_USED(handle); in _nx_crypto_method_rsa_operation()
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_aes.h160 VOID **handle,
167 VOID *handle, /* Crypto handler */
182 VOID *handle, /* Crypto handler */
197 VOID *handle, /* Crypto handler */
212 VOID *handle, /* Crypto handler */
227 VOID *handle, /* Crypto handler */
242 VOID *handle, /* Crypto handler */
Dnx_crypto_null.h68 VOID *handle, /* Crypto handler */
80 VOID **handle,
Dnx_crypto_hmac_md5.h88 VOID **handle,
95 VOID *handle, /* Crypto handler */
Dnx_crypto_hmac_sha1.h88 VOID **handle,
95 VOID *handle, /* Crypto handler */
Dnx_crypto_tls_prf_sha384.h72 VOID **handle,
79 VOID *handle, /* Crypto handler */
Dnx_crypto_tls_prf_sha512.h72 VOID **handle,
79 VOID *handle, /* Crypto handler */
Dnx_crypto_hmac_sha2.h90 VOID **handle,
97 VOID *handle, /* Crypto handler */
Dnx_crypto_tls_prf_1.h76 VOID **handle,
83 VOID *handle, /* Crypto handler */
Dnx_crypto_tls_prf_sha256.h76 VOID **handle,
83 VOID *handle, /* Crypto handler */
Dnx_crypto_hmac_sha5.h90 VOID **handle,
97 VOID *handle, /* Crypto handler */
Dnx_crypto_3des.h73 VOID **handle,
80 VOID *handle, /* Crypto handler */
Dnx_crypto_md5.h125 VOID **handle,
132 VOID *handle, /* Crypto handler */
Dnx_crypto_sha1.h131 VOID **handle,
138 VOID *handle, /* Crypto handler */
Dnx_crypto_sha2.h100 VOID **handle,
107 VOID *handle, /* Crypto handler */

123