Searched refs:pmlen (Results 1 – 2 of 2) sorted by relevance
73 int pklen, pmlen; in dsa_pub_decode() local90 pmlen = pstr->length; in dsa_pub_decode()92 dsa = d2i_DSAparams(NULL, &pm, pmlen); in dsa_pub_decode()160 int pklen, pmlen; in dsa_priv_decode() local231 pmlen = pstr->length; in dsa_priv_decode()232 dsa = d2i_DSAparams(NULL, &pm, pmlen); in dsa_priv_decode()
136 int pmlen = pstr->length; in eckey_type2param() local138 eckey = d2i_ECParameters(NULL, &pm, pmlen); in eckey_type2param()