Home
last modified time | relevance | path

Searched refs:pNbuffSize (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_rsa_keypair_util.c45 …yPair(int8_t *PemEncryptedFileName_ptr, int8_t *pwdFileName, uint8_t *pNbuff, uint32_t *pNbuffSize) in CC_CommonGetNbuffFromKeyPair() argument
54 (NULL == pNbuffSize) || in CC_CommonGetNbuffFromKeyPair()
58 if (*pNbuffSize != SB_CERT_RSA_KEY_SIZE_IN_BYTES) { in CC_CommonGetNbuffFromKeyPair()
86 *pNbuffSize = SB_CERT_RSA_KEY_SIZE_IN_BYTES; in CC_CommonGetNbuffFromKeyPair()
Dcommon_rsa_keypair_util.h30 …Pair(int8_t *PemEncryptedFileName_ptr, int8_t *pwdFileName, uint8_t *pNbuff, uint32_t *pNbuffSize);