Searched refs:RSA_PRV_KEY_BITSIZE_N (Results 1 – 2 of 2) sorted by relevance
106 #define RSA_PRV_KEY_BITSIZE_N(x) ((x)->bitSizeN) macro120 #define RSA_PRV_KEY_IS_SET(x) (RSA_PRV_KEY_BITSIZE_N((x))>0)
65 cpSize rsaBits = RSA_PRV_KEY_BITSIZE_N(pPrvKey); in GenerateSing()