Home
last modified time | relevance | path

Searched refs:publKeyDataSize (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffcdh.h597 …size_t publKeyDataSize, /*!< [in] pointer to public key size, in bytes: should be not g…
625 …size_t publKeyDataSize, /*!< [in] public key size, in bytes: should be not great than D…
660 …size_t publKeyDataSize, /*!< [in] public key size, in bytes: should be equaled to Domai…
870 …size_t publKeyDataSize, /*!< [in] public key size, in bytes: should be not great than Doma…
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c1062 …size_t publKeyDataSize, /*!< [in] pointer to public key size, in bytes: should be not g… in CC_FfcDhValidatePublKey() argument
1091 CHECK_AND_RETURN_ERROR(publKeyDataSize == 0, CC_FFCDH_INVALID_PUBLIC_KEY_SIZE_ERROR); in CC_FfcDhValidatePublKey()
1108 pPublKeyData/*in8*/, publKeyDataSize)); in CC_FfcDhValidatePublKey()
1182 …size_t publKeyDataSize, /*!< [in] public key size, in bytes: should be not great than D… in CC_FfcDhValidateAndImportPublKey() argument
1226 CHECK_AND_SET_ERROR(publKeyDataSize == 0, CC_FFCDH_INVALID_PUBLIC_KEY_SIZE_ERROR); in CC_FfcDhValidateAndImportPublKey()
1260 publKeyDataSize, /*size with leading zeros*/ in CC_FfcDhValidateAndImportPublKey()
1270 pPublKeyData/*in8*/, publKeyDataSize)); in CC_FfcDhValidateAndImportPublKey()
1309 …size_t publKeyDataSize, /*!< [in] public key size, in bytes: should be equaled to Domai… in CC_FfcDhValidateAndImportKeyPair() argument
1351 CHECK_AND_SET_ERROR(publKeyDataSize == 0, CC_FFCDH_INVALID_PUBLIC_KEY_SIZE_ERROR); in CC_FfcDhValidateAndImportKeyPair()
1408 pPublKeyData/*in8*/, publKeyDataSize)); in CC_FfcDhValidateAndImportKeyPair()
[all …]