Searched refs:CC_RSA_After_SHA512_mode (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/ |
D | cc_rsa_schemes.h | 283 …CC_RsaSign(rndContext_ptr, (UserContext_ptr),(UserPrivKey_ptr),(CC_RSA_After_SHA512_mode),(CC_PKCS… 368 …CC_RsaSign(rndContext_ptr, UserContext_ptr,UserPrivKey_ptr,CC_RSA_After_SHA512_mode,MGF,SaltLen,Da… 463 …CC_RsaVerify(UserContext_ptr,UserPubKey_ptr,CC_RSA_After_SHA512_mode,CC_PKCS1_NO_MGF,0,DataIn_ptr,… 512 …CC_RsaVerify(UserContext_ptr,UserPubKey_ptr,CC_RSA_After_SHA512_mode,MGF,SaltLen,DataIn_ptr,CC_HAS…
|
D | cc_rsa_types.h | 127 …CC_RSA_After_SHA512_mode = 11, /*!< The input data is a digest of SHA512 and will not be hashed. … enumerator
|
/trusted-firmware-m-3.4.0/platform/ext/accelerator/cc312/psa-adac/ |
D | adac_crypto_cc312_pk.c | 53 ((hash_algo == PSA_ALG_SHA_512) ? CC_RSA_After_SHA512_mode : in psa_adac_verify_signature()
|