Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_crypto_common.c54 static uint16_t _cyhal_crypto_features[CYHAL_CRYPTO_INST_COUNT][_CYHAL_CRYPTO_FEATURES_NUM] = {{0}}; variable
62 uint8_t reserved = (uint8_t)(_cyhal_crypto_features[instance_count][CYHAL_CRYPTO_CRC] | in _cyhal_crypto_enabled()
63 _cyhal_crypto_features[instance_count][CYHAL_CRYPTO_TRNG] | in _cyhal_crypto_enabled()
64 _cyhal_crypto_features[instance_count][CYHAL_CRYPTO_VU] | in _cyhal_crypto_enabled()
65 _cyhal_crypto_features[instance_count][CYHAL_CRYPTO_COMMON]); in _cyhal_crypto_enabled()
76 if (_cyhal_crypto_features[i][feature] < _cyhal_crypto_features_max_val[feature]) in cyhal_crypto_reserve()
101 ++_cyhal_crypto_features[i][feature]; in cyhal_crypto_reserve()
111 if (_cyhal_crypto_features[resource->block_num][feature] != 0) in cyhal_crypto_free()
113 --_cyhal_crypto_features[resource->block_num][feature]; in cyhal_crypto_free()