Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_schemes.c129 if (MGF >= CC_RSA_NumOfMGFFunctions) in CC_RsaSchemesEncrypt()
392 if (MGF >= CC_RSA_NumOfMGFFunctions) in CC_RsaSchemesDecrypt()
Dcc_rsa_verify.c126 if (MGF >= CC_RSA_NumOfMGFFunctions){ in CC_RsaVerifyInit()
Dcc_rsa_sign.c121 if (MGF >= CC_RSA_NumOfMGFFunctions){ in CC_RsaSignInit()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_rsa_types.h166 CC_RSA_NumOfMGFFunctions, /*! Maximal number of MGF options. */ enumerator