Searched refs:CC_CommonGetKeyPair (Results 1 – 7 of 7) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/dmpu_asset_pkg_util/oem_key_request/lib/ |
| D | main.c | 72 if (CC_CommonGetKeyPair (&pRsaPrivKey, PemEncryptedFileName_ptr, pwd) < 0) in SBU_RSA_Sign()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/common/ |
| D | common_rsa_keypair.h | 48 int32_t CC_CommonGetKeyPair (RSA **pRsaKeyPair, int8_t *PemEncryptedFileName_ptr, int8_t *Key_ptr);
|
| D | common_rsa_keypair_util.c | 75 if (CC_CommonGetKeyPair (&rsa_pkey, PemEncryptedFileName_ptr, pwd) != 0) { in CC_CommonGetNbuffFromKeyPair() 144 if (CC_CommonGetKeyPair (&rsa_pkey, PemEncryptedFileName_ptr, pwd) != 0) { in CC_CommonGetNAndNpFromKeyPair()
|
| D | common_crypto_asym.c | 388 if (CC_CommonGetKeyPair (&pRsaPrivKey, pPrivKeyFileName, pwd) < 0) { in CC_CommonRsaSign() 531 if (CC_CommonGetKeyPair (&pRsaPrivKey, pPrivKeyFileName, pwd) < 0) { in CC_CommonRsaDecrypt() 687 if (CC_CommonGetKeyPair (&rsa_pkey, PemEncryptedFileName_ptr, Key_ptr) < 0) { in CC_CommonRsaLoadKey()
|
| D | common_rsa_keypair.c | 35 int32_t CC_CommonGetKeyPair(RSA **pRsaKeyPair, int8_t *PemEncryptedFileName_ptr, int8_t *Key_ptr) in CC_CommonGetKeyPair() function
|
| D | common_crypto_x509.c | 414 rc = CC_CommonGetKeyPair(&pRsaKeyPair, pKeyPairFileName, pwd); in CC_CommonX509SetKeyAndSign()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/cert_lib/ |
| D | main.c | 75 if (CC_CommonGetKeyPair (&pRsaPrivKey, PemEncryptedFileName_ptr, pwd) < 0) in SBU_RSA_Sign()
|