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/ |
D | common_crypto_asym.h | 60 int8_t *Key_ptr, 134 int32_t CC_CommonRsaLoadKey(int8_t *PemEncryptedFileName_ptr, int8_t *Key_ptr, int8_t *PemDecryted);
|
D | common_rsa_keypair.h | 48 int32_t CC_CommonGetKeyPair (RSA **pRsaKeyPair, int8_t *PemEncryptedFileName_ptr, int8_t *Key_ptr);
|
D | common_crypto_asym.c | 47 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()
|
D | common_rsa_keypair.c | 35 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()
|
D | common_sb_ops.h | 169 char *Key_ptr);
|
D | common_sb_ops.c | 46 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/ |
D | main.c | 107 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/ |
D | main.c | 270 char* Key_ptr, int KeySize, in SBU_AES_CTR_EncryptFile() argument 301 memcpy (m_key, Key_ptr, KeySize); in SBU_AES_CTR_EncryptFile()
|