Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/dh/
H A Ddh_ameth.c81 int pklen, pmlen; in dh_pub_decode() local
100 pmlen = pstr->length; in dh_pub_decode()
102 if (!(dh = d2i_DHparams(NULL, &pm, pmlen))) { in dh_pub_decode()
188 int pklen, pmlen; in dh_priv_decode() local
209 pmlen = pstr->length; in dh_priv_decode()
210 if (!(dh = d2i_DHparams(NULL, &pm, pmlen))) in dh_priv_decode()
/dragonfly/crypto/libressl/crypto/dsa/
H A Ddsa_ameth.c79 int pklen, pmlen; in dsa_pub_decode() local
95 pmlen = pstr->length; in dsa_pub_decode()
97 if (!(dsa = d2i_DSAparams(NULL, &pm, pmlen))) { in dsa_pub_decode()
187 int pklen, pmlen; in dsa_priv_decode() local
211 pmlen = pstr->length; in dsa_priv_decode()
212 if (!(dsa = d2i_DSAparams(NULL, &pm, pmlen))) in dsa_priv_decode()
/dragonfly/crypto/libressl/crypto/ec/
H A Dec_ameth.c154 int pmlen; in eckey_type2param() local
157 pmlen = pstr->length; in eckey_type2param()
158 if (!(eckey = d2i_ECParameters(NULL, &pm, pmlen))) { in eckey_type2param()