Home
last modified time | relevance | path

Searched refs:hash_metadata_size (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_pkcs1_v1.5.h70 UINT hash_metadata_size; member
84 UINT hash_metadata_size; member
Dnx_crypto_ecjpake.h108 ULONG hash_metadata_size,
/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_pkcs1_v1.5.c136 …ut, input_length, ctx -> hash_method, ctx -> hash_metadata, ctx -> hash_metadata_size, output, pri… in _nx_crypto_pkcs1_v1_5_sign()
297 …, message_length, ctx -> hash_method, ctx -> hash_metadata, ctx -> hash_metadata_size, EM2, ctx ->… in _nx_crypto_pkcs1_v1_5_verify()
688 … || (options -> hash_metadata_size < (options -> hash_method) -> nx_crypto_metadata_area_size)) in _nx_crypto_method_pkcs1_v1_5_operation()
698 ctx -> hash_metadata_size = options -> hash_metadata_size; in _nx_crypto_method_pkcs1_v1_5_operation()
Dnx_crypto_method_self_test_pkcs1.c178 pkcs1_options.hash_metadata_size = crypto_method_sha256.nx_crypto_metadata_area_size; in _nx_crypto_method_self_test_pkcs1()
Dnx_crypto_ecjpake.c76 ULONG hash_metadata_size, in _nx_crypto_ecjpake_init() argument
84 ecjpake -> nx_crypto_ecjpake_hash_metadata_size = hash_metadata_size; in _nx_crypto_ecjpake_init()
88 scratch_ptr += hash_metadata_size >> HN_SIZE_SHIFT; in _nx_crypto_ecjpake_init()