Searched refs:nAndNpSize (Results 1 – 1 of 1) sorted by relevance
302 int nAndNpSize = SB_CERT_RSA_KEY_SIZE_IN_BYTES+NP_SIZE_IN_BYTES; in SBU_GetNAndNpFromKeyPair() local313 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() local340 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()