/NetX-Duo-v6.3.0/nx_secure/src/ |
D | nx_secure_tls_handshake_hash_update.c | 114 if (method_ptr -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_handshake_hash_update() 116 status = method_ptr -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_tls_handshake_hash_update() 153 status = method_ptr -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_secure_tls_handshake_hash_update() 182 status = method_ptr -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_tls_handshake_hash_update() 219 if (method_ptr -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_handshake_hash_update() 221 status = method_ptr -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_tls_handshake_hash_update() 256 if (method_ptr -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_handshake_hash_update() 258 status = method_ptr -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_tls_handshake_hash_update() 280 if (method_ptr -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_handshake_hash_update() 282 status = method_ptr -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_tls_handshake_hash_update()
|
D | nx_secure_tls_1_3_finished_hash_generate.c | 175 …status = hmac_method->nx_crypto_operation(NX_CRYPTO_HMAC_SET_HASH, NX_NULL, (NX_CRYPTO_METHOD*)has… in _nx_secure_tls_1_3_finished_hash_generate() 183 if (hmac_method -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_1_3_finished_hash_generate() 185 status = hmac_method -> nx_crypto_operation(NX_CRYPTO_HASH_INITIALIZE, in _nx_secure_tls_1_3_finished_hash_generate() 207 if (hmac_method -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_1_3_finished_hash_generate() 209 status = hmac_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_tls_1_3_finished_hash_generate() 231 if (hmac_method -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_1_3_finished_hash_generate() 233 status = hmac_method -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_secure_tls_1_3_finished_hash_generate()
|
D | nx_secure_tls_handshake_hash_init.c | 128 if (method_ptr -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_handshake_hash_init() 130 status = method_ptr -> nx_crypto_operation(NX_CRYPTO_HASH_INITIALIZE, in _nx_secure_tls_handshake_hash_init() 179 if (method_ptr -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_handshake_hash_init() 181 status = method_ptr -> nx_crypto_operation(NX_CRYPTO_HASH_INITIALIZE, in _nx_secure_tls_handshake_hash_init() 229 if (method_ptr -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_handshake_hash_init() 231 status = method_ptr -> nx_crypto_operation(NX_CRYPTO_HASH_INITIALIZE, in _nx_secure_tls_handshake_hash_init() 272 if (method_ptr -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_handshake_hash_init() 274 status = method_ptr -> nx_crypto_operation(NX_CRYPTO_HASH_INITIALIZE, in _nx_secure_tls_handshake_hash_init()
|
D | nx_secure_dtls_hash_record.c | 131 if (authentication_method -> nx_crypto_operation != NX_NULL) in _nx_secure_dtls_hash_record() 133 status = authentication_method -> nx_crypto_operation(NX_CRYPTO_HASH_INITIALIZE, in _nx_secure_dtls_hash_record() 153 status = authentication_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_dtls_hash_record() 173 status = authentication_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_dtls_hash_record() 193 status = authentication_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_dtls_hash_record() 213 status = authentication_method -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_secure_dtls_hash_record()
|
D | nx_secure_tls_psk_binder_generate.c | 228 …status = hmac_method->nx_crypto_operation(NX_CRYPTO_HMAC_SET_HASH, NX_NULL, (NX_CRYPTO_METHOD*)has… in _nx_secure_tls_psk_binder_generate() 236 if (hmac_method -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_psk_binder_generate() 238 status = hmac_method -> nx_crypto_operation(NX_CRYPTO_HASH_INITIALIZE, in _nx_secure_tls_psk_binder_generate() 260 if (hmac_method -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_psk_binder_generate() 262 status = hmac_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_tls_psk_binder_generate() 284 if (hmac_method -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_psk_binder_generate() 286 status = hmac_method -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_secure_tls_psk_binder_generate()
|
D | nx_secure_tls_finished_hash_generate.c | 147 if (method_ptr -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_finished_hash_generate() 149 status = method_ptr -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_secure_tls_finished_hash_generate() 208 if (method_ptr -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_finished_hash_generate() 210 status = method_ptr -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_secure_tls_finished_hash_generate() 246 if (method_ptr -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_finished_hash_generate() 248 status = method_ptr -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_secure_tls_finished_hash_generate() 308 if (method_ptr -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_finished_hash_generate() 310 status = method_ptr -> nx_crypto_operation(NX_CRYPTO_PRF, in _nx_secure_tls_finished_hash_generate()
|
D | nx_secure_crypto_method_self_test_hmac_md5.c | 136 if (crypto_method_hmac_md5 -> nx_crypto_operation == NX_NULL) in _nx_secure_crypto_method_self_test_hmac_md5() 145 status = crypto_method_hmac_md5 -> nx_crypto_operation(NX_CRYPTO_AUTHENTICATE, in _nx_secure_crypto_method_self_test_hmac_md5() 175 status = crypto_method_hmac_md5 -> nx_crypto_operation(NX_CRYPTO_HASH_INITIALIZE, in _nx_secure_crypto_method_self_test_hmac_md5() 195 status = crypto_method_hmac_md5 -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_crypto_method_self_test_hmac_md5() 215 status = crypto_method_hmac_md5 -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_secure_crypto_method_self_test_hmac_md5()
|
D | nx_secure_process_server_key_exchange.c | 212 …status = ciphersuite -> nx_secure_tls_public_auth -> nx_crypto_operation(NX_CRYPTO_ECJPAKE_SERVER_… in _nx_secure_process_server_key_exchange() 372 if (hash_method -> nx_crypto_operation != NX_NULL) in _nx_secure_process_server_key_exchange() 374 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_INITIALIZE, in _nx_secure_process_server_key_exchange() 399 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_process_server_key_exchange() 419 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_process_server_key_exchange() 439 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_process_server_key_exchange() 459 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_secure_process_server_key_exchange() 520 if (hash_method -> nx_crypto_operation != NX_NULL) in _nx_secure_process_server_key_exchange() 522 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_INITIALIZE, in _nx_secure_process_server_key_exchange() 547 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_process_server_key_exchange() [all …]
|
D | nx_secure_tls_ecc_generate_keys.c | 186 if (ecdhe_method == NX_NULL || ecdhe_method -> nx_crypto_operation == NX_NULL) in _nx_secure_tls_ecc_generate_keys() 215 status = ecdhe_method -> nx_crypto_operation(NX_CRYPTO_EC_CURVE_SET, handler, in _nx_secure_tls_ecc_generate_keys() 262 status = ecdhe_method -> nx_crypto_operation(NX_CRYPTO_DH_SETUP, handler, in _nx_secure_tls_ecc_generate_keys() 292 status = ecdhe_method -> nx_crypto_operation(NX_CRYPTO_DH_PRIVATE_KEY_EXPORT, handler, in _nx_secure_tls_ecc_generate_keys() 401 if (hash_method -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_ecc_generate_keys() 403 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_INITIALIZE, in _nx_secure_tls_ecc_generate_keys() 428 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_tls_ecc_generate_keys() 448 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_tls_ecc_generate_keys() 468 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_tls_ecc_generate_keys() 488 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_secure_tls_ecc_generate_keys() [all …]
|
D | nx_secure_tls_hash_record.c | 141 if (authentication_method -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_hash_record() 143 status = authentication_method -> nx_crypto_operation(NX_CRYPTO_HASH_INITIALIZE, in _nx_secure_tls_hash_record() 163 status = authentication_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_tls_hash_record() 183 status = authentication_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_tls_hash_record() 232 status = authentication_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_tls_hash_record() 263 status = authentication_method -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_secure_tls_hash_record()
|
D | nx_secure_tls_process_certificate_verify.c | 281 if (hash_method -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_process_certificate_verify() 283 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_INITIALIZE, in _nx_secure_tls_process_certificate_verify() 304 if (hash_method -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_process_certificate_verify() 306 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_tls_process_certificate_verify() 328 if (hash_method -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_process_certificate_verify() 330 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_secure_tls_process_certificate_verify() 376 if (hash_method -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_process_certificate_verify() 378 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_secure_tls_process_certificate_verify() 427 if (hash_method -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_process_certificate_verify() 429 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_secure_tls_process_certificate_verify() [all …]
|
D | nx_secure_tls_send_certificate_verify.c | 303 if (hash_method -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_send_certificate_verify() 305 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_INITIALIZE, in _nx_secure_tls_send_certificate_verify() 326 if (hash_method -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_send_certificate_verify() 328 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_tls_send_certificate_verify() 350 if (hash_method -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_send_certificate_verify() 352 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_secure_tls_send_certificate_verify() 395 if (hash_method -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_send_certificate_verify() 397 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_secure_tls_send_certificate_verify() 442 if (hash_method -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_send_certificate_verify() 444 status = hash_method -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_secure_tls_send_certificate_verify() [all …]
|
D | nx_secure_tls_record_hash_initialize.c | 107 NX_ASSERT(authentication_method -> nx_crypto_operation != NX_NULL); in _nx_secure_tls_record_hash_initialize() 138 status = authentication_method -> nx_crypto_operation(NX_CRYPTO_HASH_INITIALIZE, in _nx_secure_tls_record_hash_initialize() 160 status = authentication_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_tls_record_hash_initialize() 186 status = authentication_method -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_tls_record_hash_initialize()
|
D | nx_secure_crypto_method_self_test_hmac_sha.c | 257 if (crypto_method_hmac_sha -> nx_crypto_operation == NX_NULL) in _nx_secure_crypto_method_self_test_hmac_sha() 266 status = crypto_method_hmac_sha -> nx_crypto_operation(NX_CRYPTO_AUTHENTICATE, in _nx_secure_crypto_method_self_test_hmac_sha() 296 status = crypto_method_hmac_sha -> nx_crypto_operation(NX_CRYPTO_HASH_INITIALIZE, in _nx_secure_crypto_method_self_test_hmac_sha() 316 status = crypto_method_hmac_sha -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_secure_crypto_method_self_test_hmac_sha() 336 status = crypto_method_hmac_sha -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_secure_crypto_method_self_test_hmac_sha()
|
D | nx_secure_crypto_method_self_test_rsa.c | 467 if (crypto_method -> nx_crypto_operation == NX_NULL) in _nx_secure_crypto_method_self_test_rsa() 487 status = crypto_method -> nx_crypto_operation(NX_CRYPTO_ENCRYPT, in _nx_secure_crypto_method_self_test_rsa() 534 status = crypto_method -> nx_crypto_operation(NX_CRYPTO_ENCRYPT, in _nx_secure_crypto_method_self_test_rsa() 582 status = crypto_method -> nx_crypto_operation(NX_CRYPTO_SET_PRIME_P, in _nx_secure_crypto_method_self_test_rsa() 600 status = crypto_method -> nx_crypto_operation(NX_CRYPTO_SET_PRIME_Q, in _nx_secure_crypto_method_self_test_rsa() 618 status = crypto_method -> nx_crypto_operation(NX_CRYPTO_ENCRYPT, in _nx_secure_crypto_method_self_test_rsa()
|
D | nx_secure_crypto_method_self_test_3des.c | 135 if (crypto_method_3des -> nx_crypto_operation == NX_NULL) in _nx_secure_crypto_method_self_test_3des() 141 status = crypto_method_3des -> nx_crypto_operation(NX_CRYPTO_ENCRYPT, in _nx_secure_crypto_method_self_test_3des() 166 status = crypto_method_3des -> nx_crypto_operation(NX_CRYPTO_DECRYPT, in _nx_secure_crypto_method_self_test_3des()
|
D | nx_secure_crypto_method_self_test_des.c | 132 if (crypto_method_des -> nx_crypto_operation == NX_NULL) in _nx_secure_crypto_method_self_test_des() 138 status = crypto_method_des -> nx_crypto_operation(NX_CRYPTO_ENCRYPT, in _nx_secure_crypto_method_self_test_des() 163 status = crypto_method_des -> nx_crypto_operation(NX_CRYPTO_DECRYPT, in _nx_secure_crypto_method_self_test_des()
|
D | nx_secure_process_client_key_exchange.c | 156 …status = public_cipher_method -> nx_crypto_operation(NX_CRYPTO_ECJPAKE_CLIENT_KEY_EXCHANGE_PROCESS, in _nx_secure_process_client_key_exchange() 274 if (ecdh_method -> nx_crypto_operation == NX_NULL) in _nx_secure_process_client_key_exchange() 293 status = ecdh_method -> nx_crypto_operation(NX_CRYPTO_EC_CURVE_SET, handler, in _nx_secure_process_client_key_exchange() 306 status = ecdh_method -> nx_crypto_operation(NX_CRYPTO_DH_KEY_PAIR_IMPORT, handler, in _nx_secure_process_client_key_exchange() 323 status = ecdh_method -> nx_crypto_operation(NX_CRYPTO_DH_CALCULATE, handler, in _nx_secure_process_client_key_exchange() 411 …status = public_cipher_method -> nx_crypto_operation(local_certificate -> nx_secure_x509_private_k… in _nx_secure_process_client_key_exchange() 449 if (public_cipher_method -> nx_crypto_operation != NX_NULL) in _nx_secure_process_client_key_exchange() 460 … status = public_cipher_method -> nx_crypto_operation(NX_CRYPTO_SET_PRIME_P, in _nx_secure_process_client_key_exchange() 479 … status = public_cipher_method -> nx_crypto_operation(NX_CRYPTO_SET_PRIME_Q, in _nx_secure_process_client_key_exchange() 502 status = public_cipher_method -> nx_crypto_operation(NX_CRYPTO_DECRYPT, in _nx_secure_process_client_key_exchange()
|
D | nx_secure_x509_certificate_verify.c | 169 if (hash_method -> nx_crypto_operation != NX_CRYPTO_NULL) in _nx_secure_x509_certificate_verify() 171 status = hash_method -> nx_crypto_operation(NX_CRYPTO_VERIFY, in _nx_secure_x509_certificate_verify() 244 if (public_cipher_method -> nx_crypto_operation != NX_CRYPTO_NULL) in _nx_secure_x509_certificate_verify() 246 status = public_cipher_method -> nx_crypto_operation(NX_CRYPTO_DECRYPT, in _nx_secure_x509_certificate_verify() 369 if (public_cipher_method -> nx_crypto_operation == NX_CRYPTO_NULL) in _nx_secure_x509_certificate_verify() 378 status = public_cipher_method -> nx_crypto_operation(NX_CRYPTO_EC_CURVE_SET, handler, in _nx_secure_x509_certificate_verify() 394 status = public_cipher_method -> nx_crypto_operation(NX_CRYPTO_VERIFY, handler, in _nx_secure_x509_certificate_verify()
|
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_method_self_test_ecdh.c | 137 if (crypto_method_ecdh -> nx_crypto_operation == NX_CRYPTO_NULL) in _nx_crypto_method_self_test_ecdh() 143 status = crypto_method_ecdh -> nx_crypto_operation(NX_CRYPTO_EC_CURVE_SET, in _nx_crypto_method_self_test_ecdh() 164 status = crypto_method_ecdh -> nx_crypto_operation(NX_CRYPTO_DH_SETUP, in _nx_crypto_method_self_test_ecdh() 186 status = crypto_method_ecdh -> nx_crypto_operation(NX_CRYPTO_DH_CALCULATE, in _nx_crypto_method_self_test_ecdh() 234 status = crypto_method_ecdh -> nx_crypto_operation(NX_CRYPTO_EC_CURVE_SET, in _nx_crypto_method_self_test_ecdh() 253 status = crypto_method_ecdh -> nx_crypto_operation(NX_CRYPTO_DH_KEY_PAIR_IMPORT, in _nx_crypto_method_self_test_ecdh() 274 status = crypto_method_ecdh -> nx_crypto_operation(NX_CRYPTO_DH_CALCULATE, in _nx_crypto_method_self_test_ecdh()
|
D | nx_crypto_method_self_test_drbg.c | 401 if (crypto_method_drbg -> nx_crypto_operation == NX_CRYPTO_NULL) in _nx_crypto_method_self_test_drbg() 407 status = crypto_method_drbg -> nx_crypto_operation(NX_CRYPTO_DRBG_OPTIONS_SET, in _nx_crypto_method_self_test_drbg() 428 status = crypto_method_drbg -> nx_crypto_operation(NX_CRYPTO_DRBG_INSTANTIATE, in _nx_crypto_method_self_test_drbg() 449 status = crypto_method_drbg -> nx_crypto_operation(NX_CRYPTO_DRBG_GENERATE, in _nx_crypto_method_self_test_drbg() 470 status = crypto_method_drbg -> nx_crypto_operation(NX_CRYPTO_DRBG_GENERATE, in _nx_crypto_method_self_test_drbg() 537 if (crypto_method_drbg -> nx_crypto_operation == NX_CRYPTO_NULL) in _nx_crypto_method_self_test_drbg() 543 status = crypto_method_drbg -> nx_crypto_operation(NX_CRYPTO_DRBG_OPTIONS_SET, in _nx_crypto_method_self_test_drbg() 564 status = crypto_method_drbg -> nx_crypto_operation(NX_CRYPTO_DRBG_INSTANTIATE, in _nx_crypto_method_self_test_drbg() 585 status = crypto_method_drbg -> nx_crypto_operation(NX_CRYPTO_DRBG_RESEED, in _nx_crypto_method_self_test_drbg() 606 status = crypto_method_drbg -> nx_crypto_operation(NX_CRYPTO_DRBG_GENERATE, in _nx_crypto_method_self_test_drbg() [all …]
|
D | nx_crypto_method_self_test_hmac_md5.c | 140 if (crypto_method_hmac_md5 -> nx_crypto_operation == NX_CRYPTO_NULL) in _nx_crypto_method_self_test_hmac_md5() 149 status = crypto_method_hmac_md5 -> nx_crypto_operation(NX_CRYPTO_AUTHENTICATE, in _nx_crypto_method_self_test_hmac_md5() 179 status = crypto_method_hmac_md5 -> nx_crypto_operation(NX_CRYPTO_HASH_INITIALIZE, in _nx_crypto_method_self_test_hmac_md5() 199 status = crypto_method_hmac_md5 -> nx_crypto_operation(NX_CRYPTO_HASH_UPDATE, in _nx_crypto_method_self_test_hmac_md5() 219 status = crypto_method_hmac_md5 -> nx_crypto_operation(NX_CRYPTO_HASH_CALCULATE, in _nx_crypto_method_self_test_hmac_md5()
|
D | nx_crypto_method_self_test_ecdsa.c | 146 if (crypto_method_ecdsa -> nx_crypto_operation == NX_CRYPTO_NULL) in _nx_crypto_method_self_test_ecdsa() 152 status = crypto_method_ecdsa -> nx_crypto_operation(NX_CRYPTO_HASH_METHOD_SET, in _nx_crypto_method_self_test_ecdsa() 173 status = crypto_method_ecdsa -> nx_crypto_operation(NX_CRYPTO_EC_CURVE_SET, in _nx_crypto_method_self_test_ecdsa() 194 status = curve_method -> nx_crypto_operation(NX_CRYPTO_EC_CURVE_GET, in _nx_crypto_method_self_test_ecdsa() 250 status = crypto_method_ecdsa -> nx_crypto_operation(NX_CRYPTO_SIGNATURE_GENERATE, in _nx_crypto_method_self_test_ecdsa() 272 status = crypto_method_ecdsa -> nx_crypto_operation(NX_CRYPTO_SIGNATURE_VERIFY, in _nx_crypto_method_self_test_ecdsa()
|
D | nx_crypto_method_self_test_des.c | 136 if (crypto_method_des -> nx_crypto_operation == NX_CRYPTO_NULL) in _nx_crypto_method_self_test_des() 142 status = crypto_method_des -> nx_crypto_operation(NX_CRYPTO_ENCRYPT, in _nx_crypto_method_self_test_des() 167 status = crypto_method_des -> nx_crypto_operation(NX_CRYPTO_DECRYPT, in _nx_crypto_method_self_test_des()
|
D | nx_crypto_method_self_test_pkcs1.c | 209 if (crypto_method_pkcs1 -> nx_crypto_operation == NX_CRYPTO_NULL) in _nx_crypto_method_self_test_pkcs1() 215 status = crypto_method_pkcs1 -> nx_crypto_operation(NX_CRYPTO_SET_ADDITIONAL_DATA, in _nx_crypto_method_self_test_pkcs1() 233 status = crypto_method_pkcs1 -> nx_crypto_operation(NX_CRYPTO_AUTHENTICATE, in _nx_crypto_method_self_test_pkcs1() 257 status = crypto_method_pkcs1 -> nx_crypto_operation(NX_CRYPTO_VERIFY, in _nx_crypto_method_self_test_pkcs1()
|