Home
last modified time | relevance | path

Searched defs:pPublKeySize (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_mont/
Dcc_ec_mont.c231size_t *pPublKeySize, /*!< [in/out] Pointer to the size of the public key in bytes in ecMontKeyPairBase()
344size_t *pPublKeySize, /*!< [in/out] Pointer to the size of the public key in bytes. in CC_EcMontKeyPairBase()
380size_t *pPublKeySize, /*!< [in/out] Pointer to the size of the public key in bytes. in CC_EcMontKeyPair()
406size_t *pPublKeySize, /*!< [in/out] Pointer to the size of the public key in bytes. in CC_EcMontSeedKeyPair()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_edw/
Dcc_ec_edw.c168size_t *pPublKeySize, /*!< [in/out] Pointer to the size of the public key in byte… in CC_EcEdwSeedKeyPair()
232size_t *pPublKeySize, /*!< [in/out] - Pointer to the size of the public key in by… in CC_EcEdwKeyPair()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c1330 uint32_t *pPrivKeySize, *pPublKeySize; in CC_FfcDhValidateAndImportKeyPair() local