Home
last modified time | relevance | path

Searched refs:NX_CRYPTO_RSA (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_rsa.c215 NX_CRYPTO_RSA *ctx; in _nx_crypto_method_rsa_init()
232 if(crypto_metadata_size < sizeof(NX_CRYPTO_RSA)) in _nx_crypto_method_rsa_init()
237 ctx = (NX_CRYPTO_RSA *)crypto_metadata; in _nx_crypto_method_rsa_init()
302 NX_CRYPTO_MEMSET(crypto_metadata, 0, sizeof(NX_CRYPTO_RSA)); in _nx_crypto_method_rsa_cleanup()
381 NX_CRYPTO_RSA *ctx; in _nx_crypto_method_rsa_operation()
398 if(crypto_metadata_size < sizeof(NX_CRYPTO_RSA)) in _nx_crypto_method_rsa_operation()
403 ctx = (NX_CRYPTO_RSA *)crypto_metadata; in _nx_crypto_method_rsa_operation()
Dnx_crypto_method_self_test_pkcs1.c177 …kcs1_options.hash_metadata = (UCHAR *)pkcs1_options.public_cipher_metadata + sizeof(NX_CRYPTO_RSA); in _nx_crypto_method_self_test_pkcs1()
Dnx_crypto_methods.c420 sizeof(NX_CRYPTO_RSA), /* Metadata size in bytes */
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_rsa.h99 } NX_CRYPTO_RSA; typedef