Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dpkcs8.c30 if (asn1_get_next(buf, len, &hdr) < 0 || in pkcs8_key_import()
41 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in pkcs8_key_import()
71 if (asn1_get_next(pos, len, &hdr) < 0 || in pkcs8_key_import()
106 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in pkcs8_key_import()
142 if (asn1_get_next(buf, len, &hdr) < 0 || in pkcs8_enc_key_import()
154 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in pkcs8_enc_key_import()
168 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in pkcs8_enc_key_import()
Dx509v3.c194 if (asn1_get_next(buf, len, &hdr) < 0 || in x509_parse_algorithm_identifier()
236 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in x509_parse_public_key()
255 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in x509_parse_public_key()
312 if (asn1_get_next(buf, len, &hdr) < 0 || in x509_parse_name()
330 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in x509_parse_name()
343 if (asn1_get_next(set_pos, set_end - set_pos, &hdr) < 0 || in x509_parse_name()
361 if (asn1_get_next(seq_pos, seq_end - seq_pos, &hdr) < 0 || in x509_parse_name()
669 if (asn1_get_next(buf, len, &hdr) < 0 || in x509_parse_validity()
685 if (asn1_get_next(pos, plen, &hdr) < 0 || in x509_parse_validity()
697 if (asn1_get_next(pos, plen, &hdr) < 0 || in x509_parse_validity()
[all …]
Dpkcs5.c81 if (asn1_get_next(pos, enc_alg_end - pos, &hdr) < 0 || in pkcs5_get_params()
93 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in pkcs5_get_params()
109 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in pkcs5_get_params()
Drsa.c39 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in crypto_rsa_parse_integer()
87 if (asn1_get_next(buf, len, &hdr) < 0 || in crypto_rsa_import_public_key()
171 if (asn1_get_next(buf, len, &hdr) < 0 || in crypto_rsa_import_private_key()
Dasn1.c14 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) in asn1_get_next() function
128 if (asn1_get_next(buf, len, &hdr) < 0 || hdr.length == 0) in asn1_get_oid()
Dasn1.h59 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr);
Dtlsv1_cred.c369 if (asn1_get_next(pos, len, &hdr) < 0 || in tlsv1_set_dhparams_der()
380 if (asn1_get_next(pos, end - pos, &hdr) < 0) in tlsv1_set_dhparams_der()
402 if (asn1_get_next(pos, end - pos, &hdr) < 0) in tlsv1_set_dhparams_der()