Searched refs:CC_CommonGetPubKey (Results 1 – 3 of 3) sorted by relevance
60 int32_t CC_CommonGetPubKey (RSA **pRsaKeyPair, int8_t *PemEncryptedFileName_ptr);
208 if (CC_CommonGetPubKey (&rsa_pkey, pubKeyFileName_ptr) < 0) { in CC_CommonGetNAndNpFromPubKey()311 if (CC_CommonGetPubKey (&rsa_pkey, pubKeyFileName_ptr) != 0) { in CC_CommonCalcHBKFromFile()
72 int32_t CC_CommonGetPubKey(RSA **pRsaKeyPair, int8_t *PemEncryptedFileName_ptr) in CC_CommonGetPubKey() function