Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/evp/
Dp_dsa_asn1.c73 int pklen, pmlen; in dsa_pub_decode() local
90 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() local
231 pmlen = pstr->length; in dsa_priv_decode()
232 dsa = d2i_DSAparams(NULL, &pm, pmlen); in dsa_priv_decode()
Dp_ec_asn1.c136 int pmlen = pstr->length; in eckey_type2param() local
138 eckey = d2i_ECParameters(NULL, &pm, pmlen); in eckey_type2param()