Searched refs:hash_metadata_size (Results 1 – 5 of 5) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto_pkcs1_v1.5.h | 70 UINT hash_metadata_size; member 84 UINT hash_metadata_size; member
|
D | nx_crypto_ecjpake.h | 108 ULONG hash_metadata_size,
|
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_pkcs1_v1.5.c | 136 …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()
|
D | nx_crypto_method_self_test_pkcs1.c | 178 pkcs1_options.hash_metadata_size = crypto_method_sha256.nx_crypto_metadata_area_size; in _nx_crypto_method_self_test_pkcs1()
|
D | nx_crypto_ecjpake.c | 76 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()
|