Home
last modified time | relevance | path

Searched refs:CC_CommonGetNAndNpFromPubKey (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_rsa_keypair_util.h54 int32_t CC_CommonGetNAndNpFromPubKey(int8_t *pubKeyFileName_ptr, uint8_t *pNAndNp, uint32_t *pNAndN…
Dcommon_rsa_keypair_util.c188 int32_t CC_CommonGetNAndNpFromPubKey(int8_t *pubKeyFileName_ptr, uint8_t *pNAndNp, uint32_t *pNAndN… in CC_CommonGetNAndNpFromPubKey() function
Dcommon_sb_ops.c340 rc = CC_CommonGetNAndNpFromPubKey(PemEncryptedFileName_ptr, PemDecryted, &nAndNpSize); in SBU_GetNAndNpFromPubKey()