/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/iot-security-module-core/src/utils/ |
D | notifier.c | 35 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/ |
D | nx_crypto_null_cipher.c | 74 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()
|
D | nx_crypto_hmac_md5.c | 75 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()
|
D | nx_crypto_hmac_sha1.c | 75 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()
|
D | nx_crypto_tls_prf_sha384.c | 73 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()
|
D | nx_crypto_tls_prf_sha512.c | 73 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()
|
D | nx_crypto_hmac_sha2.c | 75 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()
|
D | nx_crypto_tls_prf_sha256.c | 72 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()
|
D | nx_crypto_hmac_sha5.c | 75 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()
|
D | nx_crypto_tls_prf_1.c | 72 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()
|
D | nx_crypto_rsa.c | 209 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/ |
D | nx_crypto_aes.h | 160 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 */
|
D | nx_crypto_null.h | 68 VOID *handle, /* Crypto handler */ 80 VOID **handle,
|
D | nx_crypto_hmac_md5.h | 88 VOID **handle, 95 VOID *handle, /* Crypto handler */
|
D | nx_crypto_hmac_sha1.h | 88 VOID **handle, 95 VOID *handle, /* Crypto handler */
|
D | nx_crypto_tls_prf_sha384.h | 72 VOID **handle, 79 VOID *handle, /* Crypto handler */
|
D | nx_crypto_tls_prf_sha512.h | 72 VOID **handle, 79 VOID *handle, /* Crypto handler */
|
D | nx_crypto_hmac_sha2.h | 90 VOID **handle, 97 VOID *handle, /* Crypto handler */
|
D | nx_crypto_tls_prf_1.h | 76 VOID **handle, 83 VOID *handle, /* Crypto handler */
|
D | nx_crypto_tls_prf_sha256.h | 76 VOID **handle, 83 VOID *handle, /* Crypto handler */
|
D | nx_crypto_hmac_sha5.h | 90 VOID **handle, 97 VOID *handle, /* Crypto handler */
|
D | nx_crypto_3des.h | 73 VOID **handle, 80 VOID *handle, /* Crypto handler */
|
D | nx_crypto_md5.h | 125 VOID **handle, 132 VOID *handle, /* Crypto handler */
|
D | nx_crypto_sha1.h | 131 VOID **handle, 138 VOID *handle, /* Crypto handler */
|
D | nx_crypto_sha2.h | 100 VOID **handle, 107 VOID *handle, /* Crypto handler */
|