Searched refs:pNpBuff (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/ |
D | common_rsa_keypair_util.c | 160 memcpy(pNandNpBuff->pNpBuff, gNp, NP_SIZE_IN_BYTES); in CC_CommonGetNAndNpFromKeyPair() 224 memcpy(pNandNpBuff->pNpBuff, gNp, NP_SIZE_IN_BYTES); in CC_CommonGetNAndNpFromPubKey() 271 memcpy(gNAndNp.pNpBuff, gNp, NP_SIZE_IN_BYTES); in CC_CommonCalcHBKFromBuff() 329 memcpy(gNAndNp.pNpBuff, gNp, NP_SIZE_IN_BYTES); in CC_CommonCalcHBKFromFile()
|
D | common_rsa_keypair_util.h | 17 uint8_t pNpBuff[NP_SIZE_IN_BYTES]; member
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/x509cert_lib/ |
D | main.c | 505 UTIL_LOG_BYTE_BUFF("pNAndNp", (uint8_t *)pNAndNp.pNpBuff, NP_SIZE_IN_BYTES); in SBU_x509_AddPubKeyNpBuffExtension() 507 …tringExtension(gpCertBuff, gCertType, CC_X509_ID_EXT_PUB_KEY_NP, pNAndNp.pNpBuff, NP_SIZE_IN_BYTES… in SBU_x509_AddPubKeyNpBuffExtension()
|