Searched refs:asn1_get_next (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/tls/ |
D | pkcs8.c | 30 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()
|
D | x509v3.c | 194 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 …]
|
D | pkcs5.c | 81 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()
|
D | rsa.c | 39 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()
|
D | asn1.c | 14 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()
|
D | asn1.h | 59 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr);
|
D | tlsv1_cred.c | 369 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()
|