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

/freebsd-13-stable/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c23 int pklen, pmlen; local
39 pmlen = pstr->length;
41 if ((dsa = d2i_DSAparams(NULL, &pm, pmlen)) == NULL) {
140 int pklen, pmlen; local
163 pmlen = pstr->length;
164 if ((dsa = d2i_DSAparams(NULL, &pm, pmlen)) == NULL)
/freebsd-13-stable/crypto/openssl/crypto/dh/
H A Ddh_ameth.c48 int pklen, pmlen; local
68 pmlen = pstr->length;
70 if ((dh = d2i_dhp(pkey, &pm, pmlen)) == NULL) {
153 int pklen, pmlen; local
174 pmlen = pstr->length;
175 if ((dh = d2i_dhp(pkey, &pm, pmlen)) == NULL)
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Dec_ameth.c117 int pmlen = pstr->length; local
119 if ((eckey = d2i_ECParameters(NULL, &pm, pmlen)) == NULL) {

Completed in 59 milliseconds