Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/src/proj/cc3x/
Dcc_rsa_info.c45 const uint8_t RsaSupportedHashModes_t[CC_RSA_HASH_NumOfModes] = { variable
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_local.h40 extern const uint8_t RsaSupportedHashModes_t[CC_RSA_HASH_NumOfModes];
Dcc_rsa_verify.c173 if (RsaSupportedHashModes_t[rsaHashMode] == CC_FALSE){ in CC_RsaVerifyInit()
Dcc_rsa_sign.c163 if (RsaSupportedHashModes_t[rsaHashMode] == CC_FALSE){ in CC_RsaSignInit()