Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 43) sorted by relevance

12

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_null_cipher.c73 VOID **handle, in _nx_crypto_method_null_init()
189 VOID *handle, /* Crypto handler */ in _nx_crypto_method_null_operation()
Dnx_crypto_hmac_md5.c76 VOID **handle, in _nx_crypto_method_hmac_md5_init()
224 VOID *handle, /* Crypto handler */ in _nx_crypto_method_hmac_md5_operation()
Dnx_crypto_hmac_sha1.c76 VOID **handle, in _nx_crypto_method_hmac_sha1_init()
223 VOID *handle, /* Crypto handler */ in _nx_crypto_method_hmac_sha1_operation()
Dnx_crypto_hmac_sha2.c76 VOID **handle, in _nx_crypto_method_hmac_sha256_init()
224 VOID *handle, /* Crypto handler */ in _nx_crypto_method_hmac_sha256_operation()
Dnx_crypto_hmac_sha5.c76 VOID **handle, in _nx_crypto_method_hmac_sha512_init()
223 VOID *handle, /* Crypto handler */ in _nx_crypto_method_hmac_sha512_operation()
Dnx_crypto_tls_prf_sha256.c73 VOID **handle, in _nx_crypto_method_prf_sha_256_init()
230 VOID *handle, /* Crypto handler */ in _nx_crypto_method_prf_sha_256_operation()
Dnx_crypto_tls_prf_sha384.c74 VOID **handle, in _nx_crypto_method_prf_sha384_init()
230 VOID *handle, /* Crypto handler */ in _nx_crypto_method_prf_sha384_operation()
Dnx_crypto_tls_prf_sha512.c74 VOID **handle, in _nx_crypto_method_prf_sha512_init()
230 VOID *handle, /* Crypto handler */ in _nx_crypto_method_prf_sha512_operation()
Dnx_crypto_tls_prf_1.c73 VOID **handle, in _nx_crypto_method_prf_1_init()
230 VOID *handle, /* Crypto handler */ in _nx_crypto_method_prf_1_operation()
Dnx_crypto_rsa.c210 VOID **handle, in _nx_crypto_method_rsa_init()
366 VOID *handle, /* Crypto handler */ in _nx_crypto_method_rsa_operation()
Dnx_crypto_aes.c1747 VOID **handle, in _nx_crypto_method_aes_init()
1905 VOID *handle, /* Crypto handler */ in _nx_crypto_method_aes_operation()
2052 VOID *handle, /* Crypto handler */ in _nx_crypto_method_aes_cbc_operation()
2231 VOID *handle, /* Crypto handler */ in _nx_crypto_method_aes_ccm_operation()
2530 VOID *handle, /* Crypto handler */ in _nx_crypto_method_aes_gcm_operation()
2827 VOID *handle, /* Crypto handler */ in _nx_crypto_method_aes_ctr_operation()
2979 VOID *handle, /* Crypto handler */ in _nx_crypto_method_aes_xcbc_operation()
Dnx_crypto_hkdf.c75 VOID **handle, in _nx_crypto_method_hkdf_init()
251 VOID *handle, /* Crypto handler */ in _nx_crypto_method_hkdf_operation()
Dnx_crypto_pkcs1_v1.5.c504 VOID **handle, in _nx_crypto_method_pkcs1_v1_5_init()
648 VOID *handle, in _nx_crypto_method_pkcs1_v1_5_operation()
Dnx_crypto_sha1.c573 VOID **handle, in _nx_crypto_method_sha1_init()
723 VOID *handle, /* Crypto handler */ in _nx_crypto_method_sha1_operation()
Dnx_crypto_ecdsa.c527 VOID **handle, in _nx_crypto_method_ecdsa_init()
679 VOID *handle, in _nx_crypto_method_ecdsa_operation()
Dnx_crypto_sha5.c626 VOID **handle, in _nx_crypto_method_sha512_init()
774 VOID *handle, /* Crypto handler */ in _nx_crypto_method_sha512_operation()
Dnx_crypto_sha2.c634 VOID **handle, in _nx_crypto_method_sha256_init()
782 VOID *handle, /* Crypto handler */ in _nx_crypto_method_sha256_operation()
Dnx_crypto_hmac.c676 VOID **handle, in _nx_crypto_method_hmac_init()
830 VOID *handle, /* Crypto handler */ in _nx_crypto_method_hmac_operation()
Dnx_crypto_drbg.c967 VOID **handle, in _nx_crypto_method_drbg_init()
1110 VOID *handle, in _nx_crypto_method_drbg_operation()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/hash_clone/
Dnx_crypto_hash_clone_test.c10 VOID **handle, in _nx_crypto_method_hash_clone_test_init()
57 VOID *handle, /* Crypto handler */ in _nx_crypto_method_hash_clone_test_operation()
Dnx_crypto_clone_cleanup_test.c83 VOID **handle, in _nx_crypto_method_clone_cleanup_test_init()
195 VOID *handle, /* Crypto handler */ in _nx_crypto_method_clone_cleanup_test_operation()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_3des_test.c67 VOID *handle; in thread_0_entry() local
Dnx_secure_des_test.c69 VOID *handle; in thread_0_entry() local
Dnx_secure_tls_record_decrypt_coverage_test.c127 static UINT test_operation(UINT op, VOID *handle, struct NX_CRYPTO_METHOD_STRUCT *method, UCHAR *k… in test_operation()
147 static UINT test_operation_init(UINT op, VOID *handle, struct NX_CRYPTO_METHOD_STRUCT *method, UCH… in test_operation_init()
Dnx_secure_tls_user_defined_key_test.c550 VOID **handle, in _nx_crypto_method_rsa_init_user_key()
568 VOID *handle, /* Crypto handler */ in _nx_crypto_method_rsa_operation_user_key()

12