Searched refs:pPublKeyData (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/ |
D | cc_ffcdh.h | 595 …uint8_t *pPublKeyData, /*!< [in] pointer to given DH FFC public key formatted as big e… 623 …uint8_t *pPublKeyData, /*!< [in] pointer to given DH FFC public key or Nonce in big en… 658 … uint8_t *pPublKeyData, /*!< [in] pointer to given DH FFC public key in big endianness; 868 … uint8_t *pPublKeyData, /*!< [in] pointer to given DH FFC public key in big endianness;
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/ |
D | cc_ffcdh.c | 1060 …uint8_t *pPublKeyData, /*!< [in] pointer to given DH FFC public key formatted as big e… in CC_FfcDhValidatePublKey() argument 1089 CHECK_AND_RETURN_ERROR((pPublKeyData == NULL) || (pTmpBuff == NULL), in CC_FfcDhValidatePublKey() 1108 pPublKeyData/*in8*/, publKeyDataSize)); in CC_FfcDhValidatePublKey() 1180 …uint8_t *pPublKeyData, /*!< [in] pointer to given DH FFC public key or Nonce in big en… in CC_FfcDhValidateAndImportPublKey() argument 1221 CHECK_AND_SET_ERROR(pPublKeyData == NULL, CC_FFCDH_INVALID_ARGUMENT_POINTER_ERROR); in CC_FfcDhValidateAndImportPublKey() 1259 pPublKeyData, in CC_FfcDhValidateAndImportPublKey() 1270 pPublKeyData/*in8*/, publKeyDataSize)); in CC_FfcDhValidateAndImportPublKey() 1307 … uint8_t *pPublKeyData, /*!< [in] pointer to given DH FFC public key in big endianness; in CC_FfcDhValidateAndImportKeyPair() argument 1349 CHECK_AND_SET_ERROR(pPublKeyData == NULL, CC_FFCDH_INVALID_ARGUMENT_POINTER_ERROR); in CC_FfcDhValidateAndImportKeyPair() 1408 pPublKeyData/*in8*/, publKeyDataSize)); in CC_FfcDhValidateAndImportKeyPair() [all …]
|