Searched defs:hashFunc (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/ |
D | cc_rsa_oaep.c | 52 CCPkcs1HashFunc_t hashFunc, /* PKCS1 hash mode enum */ in RsaPssOaepEncode() 372 CCPkcs1HashFunc_t hashFunc, in RsaPssOaepDecode() 664 CCPkcs1HashFunc_t hashFunc, /*hashMode*/ in RsaOaepMGF1()
|
D | cc_rsa_schemes.c | 85 CCRsaHashOpMode_t hashFunc, in CC_RsaSchemesEncrypt() 343 CCRsaHashOpMode_t hashFunc, in CC_RsaSchemesDecrypt()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/ |
D | cc_rsa_schemes.h | 218 #define CC_RsaPkcs1V15Sign(rndContext_ptr, UserContext_ptr,UserPrivKey_ptr,hashFunc,DataIn_ptr,Data… argument 297 #define CC_RsaPssSign(rndContext_ptr, UserContext_ptr,UserPrivKey_ptr,hashFunc,MGF,SaltLen,DataIn_p… argument 412 #define CC_RsaPkcs1V15Verify(UserContext_ptr,UserPubKey_ptr,hashFunc,DataIn_ptr,DataInSize,Sig_ptr)\ argument 469 #define CC_RsaPssVerify(UserContext_ptr,UserPubKey_ptr,hashFunc,MGF,SaltLen,DataIn_ptr,DataInSize,S… argument
|