Searched refs:pmlen (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/dh/
H A Ddh_ameth.c75 int pklen, pmlen; local
95 pmlen = pstr->length;
97 if (!(dh = d2i_DHparams(NULL, &pm, pmlen))) {
184 int pklen, pmlen; local
206 pmlen = pstr->length;
207 if (!(dh = d2i_DHparams(NULL, &pm, pmlen)))
/freebsd-10.1-release/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c73 int pklen, pmlen; local
89 pmlen = pstr->length;
91 if (!(dsa = d2i_DSAparams(NULL, &pm, pmlen))) {
183 int pklen, pmlen; local
243 pmlen = pstr->length;
244 if (!(dsa = d2i_DSAparams(NULL, &pm, pmlen)))
/freebsd-10.1-release/crypto/openssl/crypto/ec/
H A Dec_ameth.c142 int pmlen; local
144 pmlen = pstr->length;
145 if (!(eckey = d2i_ECParameters(NULL, &pm, pmlen))) {

Completed in 54 milliseconds