Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/kdf/
Dcc_kdf.c129 CCHashOperationMode_t *pHashMode, in KdfGetHashParameters() argument
135 *pHashMode = CC_HASH_SHA1_mode; in KdfGetHashParameters()
140 *pHashMode = CC_HASH_SHA224_mode; in KdfGetHashParameters()
145 *pHashMode = CC_HASH_SHA256_mode; in KdfGetHashParameters()
151 *pHashMode = CC_HASH_SHA384_mode; in KdfGetHashParameters()
156 *pHashMode = CC_HASH_SHA512_mode; in KdfGetHashParameters()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c59 CCError_t FfcGetHashMode(CCHashOperationMode_t *pHashMode, /* optional */ in FfcGetHashMode() argument
104 if(pHashMode != NULL) in FfcGetHashMode()
105 *pHashMode = hashMode; in FfcGetHashMode()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c39 CCHashOperationMode_t *pHashMode, /* optional */