Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_sb_ops.c302 int nAndNpSize = SB_CERT_RSA_KEY_SIZE_IN_BYTES+NP_SIZE_IN_BYTES; in SBU_GetNAndNpFromKeyPair() local
313 rc = CC_CommonGetNAndNpFromKeyPair(PemEncryptedFileName_ptr, pwdPtr, PemDecryted, &nAndNpSize); in SBU_GetNAndNpFromKeyPair()
315 printf( "failed to CC_CommonGetNAndNpFromKeyPair %d or ilegal size %d\n", rc, nAndNpSize); in SBU_GetNAndNpFromKeyPair()
335 int nAndNpSize = SB_CERT_RSA_KEY_SIZE_IN_BYTES+NP_SIZE_IN_BYTES; in SBU_GetNAndNpFromPubKey() local
340 rc = CC_CommonGetNAndNpFromPubKey(PemEncryptedFileName_ptr, PemDecryted, &nAndNpSize); in SBU_GetNAndNpFromPubKey()
342 printf( "failed to CC_CommonGetNAndNpFromPubKey %d or ilegal size %d\n", rc, nAndNpSize); in SBU_GetNAndNpFromPubKey()