Home
last modified time | relevance | path

Searched defs:pPubKey (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/
Drsa_public.c33 CCError_t RsaInitPubKeyDb(CCRsaPubKey_t *pPubKey) /*!< [in] Public key structure. */ in RsaInitPubKeyDb()
65 CCError_t RsaExecPubKeyExp( CCRsaPubKey_t *pPubKey, /*!< [in] Public key structure. */ in RsaExecPubKeyExp()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/common/
Dcommon_cert_parser.c43 uint8_t *pPubKey = NULL; in CCCertFieldsParse() local
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Dsrp_driver.c20 #define REMOVE_LEADING_BYTE_ZEROS(origPubKey, origSize, pPubKey, pubKeySize) {\ argument
495 uint8_t *pPubKey; in SRP_UserProofCalc2() local
623 uint8_t *pPubKey; in SRP_HostProofCalc() local
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_crypto_asym.c291 int8_t *pPubKey, in CC_CommonRsaVerify()
431 int8_t *pPubKey, in CC_CommonRsaEncrypt()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_ecies.c57 mbedtls_ecp_point *pPubKey, /*in*/ in ecies_convert_mbed_to_cc_public_key()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_psa_asymmetric_signature.c297 CCRsaPubKey_t *pPubKey = (CCRsaPubKey_t *)pUserPubKey->PublicKeyDbBuff; in cc3xx_internal_rsa_verify() local