Home
last modified time | relevance | path

Searched refs:pwdFileName (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/dmpu_asset_pkg_util/oem_key_request/lib/
Dmain.c50 char* pwdFileName, in SBU_RSA_Sign() argument
60 if( strlen(pwdFileName) ) { in SBU_RSA_Sign()
61 if(CC_CommonGetPassphrase(pwdFileName, &pwd) != 0){ in SBU_RSA_Sign()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_rsa_keypair_util.c45 int32_t CC_CommonGetNbuffFromKeyPair(int8_t *PemEncryptedFileName_ptr, int8_t *pwdFileName, uint8_t… in CC_CommonGetNbuffFromKeyPair() argument
63 if ((NULL != pwdFileName)) { in CC_CommonGetNbuffFromKeyPair()
64 if (CC_CommonGetPassphrase(pwdFileName, &pwd) != 0) { in CC_CommonGetNbuffFromKeyPair()
112 int32_t CC_CommonGetNAndNpFromKeyPair(int8_t *PemEncryptedFileName_ptr, int8_t *pwdFileName, uint8_… in CC_CommonGetNAndNpFromKeyPair() argument
131 if ((NULL != pwdFileName)) { in CC_CommonGetNAndNpFromKeyPair()
132 if (CC_CommonGetPassphrase(pwdFileName, &pwd) != 0) { in CC_CommonGetNAndNpFromKeyPair()
133 UTIL_LOG_ERR("Failed to retrieve pwd %s\n", pwdFileName); in CC_CommonGetNAndNpFromKeyPair()
Dcommon_rsa_keypair_util.h30 int32_t CC_CommonGetNbuffFromKeyPair(int8_t *PemEncryptedFileName_ptr, int8_t *pwdFileName, uint8_t…
42 int32_t CC_CommonGetNAndNpFromKeyPair(int8_t *PemEncryptedFileName_ptr, int8_t *pwdFileName, uint8_…
Dcommon_sb_ops.c180 SBUEXPORT_C int SBU_GetNFromKeyPairAndCalcH(char* PemEncryptedFileName_ptr, char *pwdFileName, char… in SBU_GetNFromKeyPairAndCalcH() argument
190 if( strlen(pwdFileName) ) in SBU_GetNFromKeyPairAndCalcH()
191 pwdPtr = pwdFileName; in SBU_GetNFromKeyPairAndCalcH()
299 SBUEXPORT_C int SBU_GetNAndNpFromKeyPair(char* PemEncryptedFileName_ptr, char *pwdFileName, char *P… in SBU_GetNAndNpFromKeyPair() argument
305 if( strlen(pwdFileName) ) in SBU_GetNAndNpFromKeyPair()
306 pwdPtr = pwdFileName; in SBU_GetNAndNpFromKeyPair()
Dcommon_sb_ops.h198 SBUEXPORT_C int SBU_GetNFromKeyPairAndCalcH(char* PemEncryptedFileName_ptr, char *pwdFileName, char…
218 SBUEXPORT_C int SBU_GetNAndNpFromKeyPair(char* PemEncryptedFileName_ptr, char *pwdFileName, char *P…
Dcommon_crypto_sym.h48 int32_t CC_CommonAesCbcDecrypt(int8_t *pwdFileName,
Dcommon_crypto_sym.c81 int32_t CC_CommonAesCbcDecrypt(int8_t *pwdFileName, in CC_CommonAesCbcDecrypt() argument
102 if ((NULL != pwdFileName)) { in CC_CommonAesCbcDecrypt()
103 if (CC_CommonGetPassphrase(pwdFileName, &pwdBuff)) { in CC_CommonAesCbcDecrypt()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/cert_lib/
Dmain.c53 char* pwdFileName, in SBU_RSA_Sign() argument
63 if( strlen(pwdFileName) ) { in SBU_RSA_Sign()
64 if(CC_CommonGetPassphrase(pwdFileName, &pwd) != 0){ in SBU_RSA_Sign()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/x509cert_lib/
Dmain.c486 …UEXPORT_C uint32_t SBU_x509_AddPubKeyNpBuffExtension(int8_t *pKeyPairFileName, int8_t *pwdFileName) in SBU_x509_AddPubKeyNpBuffExtension() argument
500 …rc = CC_CommonGetNAndNpFromKeyPair(pKeyPairFileName, pwdFileName, (uint8_t *)&pNAndNp, &pNAndNpSi… in SBU_x509_AddPubKeyNpBuffExtension()
502 …UTIL_LOG_ERR("failed to CC_CommonGetNAndNpFromKeyPair %s pwd %s\n", pKeyPairFileName, pwdFileName); in SBU_x509_AddPubKeyNpBuffExtension()