Home
last modified time | relevance | path

Searched refs:Key_ptr (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_crypto_asym.h60 int8_t *Key_ptr,
134 int32_t CC_CommonRsaLoadKey(int8_t *PemEncryptedFileName_ptr, int8_t *Key_ptr, int8_t *PemDecryted);
Dcommon_rsa_keypair.h48 int32_t CC_CommonGetKeyPair (RSA **pRsaKeyPair, int8_t *PemEncryptedFileName_ptr, int8_t *Key_ptr);
Dcommon_crypto_asym.c47 int8_t *Key_ptr) in Sign_v15() argument
59 (NULL == Key_ptr)) { in Sign_v15()
114 if (PEM_read_bio_RSA_PUBKEY(bio,&pRsaPubKey,NULL,Key_ptr) == NULL) { in Sign_v15()
679 int32_t CC_CommonRsaLoadKey(int8_t *PemEncryptedFileName_ptr, int8_t *Key_ptr, int8_t *PemDecryted) in CC_CommonRsaLoadKey() argument
687 if (CC_CommonGetKeyPair (&rsa_pkey, PemEncryptedFileName_ptr, Key_ptr) < 0) { in CC_CommonRsaLoadKey()
Dcommon_rsa_keypair.c35 int32_t CC_CommonGetKeyPair(RSA **pRsaKeyPair, int8_t *PemEncryptedFileName_ptr, int8_t *Key_ptr) in CC_CommonGetKeyPair() argument
51 if ((PEM_read_RSAPrivateKey (fp, pRsaKeyPair, NULL, Key_ptr)) == NULL) { in CC_CommonGetKeyPair()
Dcommon_sb_ops.h169 char *Key_ptr);
Dcommon_sb_ops.c46 char *Key_ptr) in Sign_v15() argument
80 if (PEM_read_bio_RSA_PUBKEY(bio,&pRsaPubKey,NULL,Key_ptr) == NULL) in Sign_v15()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/cert_lib/
Dmain.c107 char* Key_ptr, int KeySize, in SBU_AES_CTR_EncryptFile() argument
138 memcpy (m_key, Key_ptr, KeySize); in SBU_AES_CTR_EncryptFile()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/x509cert_lib/
Dmain.c270 char* Key_ptr, int KeySize, in SBU_AES_CTR_EncryptFile() argument
301 memcpy (m_key, Key_ptr, KeySize); in SBU_AES_CTR_EncryptFile()