Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dpkcs5.c91 const u8 *enc_alg_end) in pkcs5_get_params_pbes2() argument
109 if (asn1_get_next(pos, enc_alg_end - pos, &hdr) < 0 || in pkcs5_get_params_pbes2()
224 if (asn1_get_next(pos, enc_alg_end - pos, &hdr) < 0 || in pkcs5_get_params_pbes2()
281 const u8 *enc_alg_end, *pos, *end; in pkcs5_get_params() local
287 enc_alg_end = enc_alg + enc_alg_len; in pkcs5_get_params()
291 if (asn1_get_oid(enc_alg, enc_alg_end - enc_alg, &oid, &pos)) { in pkcs5_get_params()
307 return pkcs5_get_params_pbes2(params, pos, enc_alg_end); in pkcs5_get_params()
325 if (asn1_get_next(pos, enc_alg_end - pos, &hdr) < 0 || in pkcs5_get_params()