Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dpkcs8.c29 if (asn1_get_next(buf, len, &hdr) < 0 || in pkcs8_key_import()
40 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in pkcs8_key_import()
70 if (asn1_get_next(pos, len, &hdr) < 0 || in pkcs8_key_import()
105 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in pkcs8_key_import()
141 if (asn1_get_next(buf, len, &hdr) < 0 || in pkcs8_enc_key_import()
153 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in pkcs8_enc_key_import()
167 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in pkcs8_enc_key_import()
Dx509v3.c195 if (asn1_get_next(buf, len, &hdr) < 0 || in x509_parse_algorithm_identifier()
237 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in x509_parse_public_key()
256 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in x509_parse_public_key()
313 if (asn1_get_next(buf, len, &hdr) < 0 || in x509_parse_name()
331 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in x509_parse_name()
344 if (asn1_get_next(set_pos, set_end - set_pos, &hdr) < 0 || in x509_parse_name()
362 if (asn1_get_next(seq_pos, seq_end - seq_pos, &hdr) < 0 || in x509_parse_name()
600 if (asn1_get_next(buf, len, &hdr) < 0 || in x509_parse_validity()
616 if (asn1_get_next(pos, plen, &hdr) < 0 || in x509_parse_validity()
628 if (asn1_get_next(pos, plen, &hdr) < 0 || in x509_parse_validity()
[all …]
Dpkcs5.c82 if (asn1_get_next(pos, enc_alg_end - pos, &hdr) < 0 || in pkcs5_get_params()
94 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in pkcs5_get_params()
110 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()
194 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()
Dtlsv1_cred.c366 if (asn1_get_next(pos, len, &hdr) < 0 || in tlsv1_set_dhparams_der()
377 if (asn1_get_next(pos, end - pos, &hdr) < 0) in tlsv1_set_dhparams_der()
399 if (asn1_get_next(pos, end - pos, &hdr) < 0) in tlsv1_set_dhparams_der()
Dasn1.h59 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr);