Searched refs:pubKeyFileName_ptr (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/ |
D | common_rsa_keypair_util.h | 54 int32_t CC_CommonGetNAndNpFromPubKey(int8_t *pubKeyFileName_ptr, uint8_t *pNAndNp, uint32_t *pNAndN… 66 int32_t CC_CommonCalcHBKFromFile(int8_t* pubKeyFileName_ptr, uint8_t *pHash, int32_t hashSize);
|
D | common_rsa_keypair_util.c | 188 int32_t CC_CommonGetNAndNpFromPubKey(int8_t *pubKeyFileName_ptr, uint8_t *pNAndNp, uint32_t *pNAndN… in CC_CommonGetNAndNpFromPubKey() argument 197 (NULL == pubKeyFileName_ptr)) { in CC_CommonGetNAndNpFromPubKey() 208 if (CC_CommonGetPubKey (&rsa_pkey, pubKeyFileName_ptr) < 0) { in CC_CommonGetNAndNpFromPubKey() 299 int32_t CC_CommonCalcHBKFromFile(int8_t* pubKeyFileName_ptr, uint8_t *pHash, int32_t hashSize) in CC_CommonCalcHBKFromFile() argument 311 if (CC_CommonGetPubKey (&rsa_pkey, pubKeyFileName_ptr) != 0) { in CC_CommonCalcHBKFromFile()
|