Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_rsa_keypair_util.c159 memcpy(pNandNpBuff->pNBuff, gN, SB_CERT_RSA_KEY_SIZE_IN_BYTES); in CC_CommonGetNAndNpFromKeyPair()
223 memcpy(pNandNpBuff->pNBuff, gN, SB_CERT_RSA_KEY_SIZE_IN_BYTES); in CC_CommonGetNAndNpFromPubKey()
247 int32_t CC_CommonCalcHBKFromBuff(int8_t* pNBuff, uint8_t *pHash, int32_t hashSize) in CC_CommonCalcHBKFromBuff() argument
254 memcpy((uint8_t *)&gNAndNp, pNBuff, RSA_OAEP_KEY_SIZE_IN_BYTES); in CC_CommonCalcHBKFromBuff()
258 bn_n = BN_bin2bn(pNBuff, SB_CERT_RSA_KEY_SIZE_IN_BYTES, bn_n); in CC_CommonCalcHBKFromBuff()
328 memcpy(gNAndNp.pNBuff, gN, SB_CERT_RSA_KEY_SIZE_IN_BYTES); in CC_CommonCalcHBKFromFile()
Dcommon_rsa_keypair_util.h16 uint8_t pNBuff[SB_CERT_RSA_KEY_SIZE_IN_BYTES]; member