Home
last modified time | relevance | path

Searched refs:asn1_enter (Results 1 – 25 of 59) sorted by relevance

123

/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/crypto/
H A Dx509.c56 rc = ( asn1_enter ( &cursor, ASN1_SEQUENCE ), /* Certificate */ in x509_public_key()
57 asn1_enter ( &cursor, ASN1_SEQUENCE ), /* tbsCertificate */ in x509_public_key()
64 asn1_enter ( &cursor, ASN1_SEQUENCE )/* subjectPublicKeyInfo*/); in x509_public_key()
73 rc = ( asn1_enter ( algorithm, ASN1_SEQUENCE ) /* algorithm */ ); in x509_public_key()
83 asn1_enter ( pubkey, ASN1_BIT_STRING ) /* subjectPublicKey*/ ); in x509_public_key()
118 rc = ( asn1_enter ( &algorithm, ASN1_OID ) /* algorithm */ ); in x509_rsa_public_key()
145 rc = ( asn1_enter ( &pubkey, ASN1_SEQUENCE ) /* RSAPublicKey */ ); in x509_rsa_public_key()
152 rc = ( asn1_enter ( &modulus, ASN1_INTEGER ) /* modulus */ ); in x509_rsa_public_key()
160 asn1_enter ( &exponent, ASN1_INTEGER ) /* publicExponent */ ); in x509_rsa_public_key()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/crypto/
H A Docsp.c370 asn1_enter ( &cursor, ASN1_OID ); in ocsp_parse_response_type()
415 asn1_enter ( &key_hash, ASN1_OCTET_STRING ); in ocsp_compare_responder_key_hash()
489 asn1_enter ( &cert_id, ASN1_SEQUENCE ); in ocsp_parse_cert_id()
537 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_responses()
540 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_responses()
614 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_tbs_response_data()
651 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_certs()
710 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_basic_response()
759 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_response_bytes()
767 asn1_enter ( &cursor, ASN1_OCTET_STRING ); in ocsp_parse_response_bytes()
[all …]
H A Dx509.c268 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_validity()
310 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_common_name()
317 asn1_enter ( &oid_cursor, ASN1_SET ); in x509_parse_common_name()
320 asn1_enter ( &oid_cursor, ASN1_OID ); in x509_parse_common_name()
392 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_public_key()
431 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_basic_constraints()
588 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_extended_key_usage()
676 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_access_description()
680 asn1_enter ( &subcursor, ASN1_OID ); in x509_parse_access_description()
707 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_authority_info_access()
[all …]
H A Dcms.c94 asn1_enter ( &cursor, ASN1_OID ); in cms_parse_content_type()
122 asn1_enter ( &cursor, ASN1_EXPLICIT_TAG ( 0 ) ); in cms_parse_certificates()
193 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse_signer_identifier()
320 if ( ( rc = asn1_enter ( &cursor, ASN1_OCTET_STRING ) ) != 0 ) { in cms_parse_signature_value()
355 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse_signer_info()
400 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse()
409 asn1_enter ( &cursor, ASN1_EXPLICIT_TAG ( 0 ) ); in cms_parse()
412 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse()
432 asn1_enter ( &cursor, ASN1_SET ); in cms_parse()
/dports/net/ipxe/ipxe-2265a65/src/crypto/
H A Docsp.c370 asn1_enter ( &cursor, ASN1_OID ); in ocsp_parse_response_type()
415 asn1_enter ( &key_hash, ASN1_OCTET_STRING ); in ocsp_compare_responder_key_hash()
489 asn1_enter ( &cert_id, ASN1_SEQUENCE ); in ocsp_parse_cert_id()
537 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_responses()
540 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_responses()
614 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_tbs_response_data()
651 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_certs()
710 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_basic_response()
759 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_response_bytes()
767 asn1_enter ( &cursor, ASN1_OCTET_STRING ); in ocsp_parse_response_bytes()
[all …]
H A Dx509.c282 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_validity()
324 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_common_name()
331 asn1_enter ( &oid_cursor, ASN1_SET ); in x509_parse_common_name()
334 asn1_enter ( &oid_cursor, ASN1_OID ); in x509_parse_common_name()
406 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_public_key()
445 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_basic_constraints()
602 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_extended_key_usage()
690 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_access_description()
694 asn1_enter ( &subcursor, ASN1_OID ); in x509_parse_access_description()
721 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_authority_info_access()
[all …]
H A Dcms.c94 asn1_enter ( &cursor, ASN1_OID ); in cms_parse_content_type()
122 asn1_enter ( &cursor, ASN1_EXPLICIT_TAG ( 0 ) ); in cms_parse_certificates()
193 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse_signer_identifier()
320 if ( ( rc = asn1_enter ( &cursor, ASN1_OCTET_STRING ) ) != 0 ) { in cms_parse_signature_value()
355 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse_signer_info()
400 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse()
409 asn1_enter ( &cursor, ASN1_EXPLICIT_TAG ( 0 ) ); in cms_parse()
412 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse()
432 asn1_enter ( &cursor, ASN1_SET ); in cms_parse()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/crypto/
H A Docsp.c370 asn1_enter ( &cursor, ASN1_OID ); in ocsp_parse_response_type()
415 asn1_enter ( &key_hash, ASN1_OCTET_STRING ); in ocsp_compare_responder_key_hash()
489 asn1_enter ( &cert_id, ASN1_SEQUENCE ); in ocsp_parse_cert_id()
537 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_responses()
540 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_responses()
614 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_tbs_response_data()
651 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_certs()
710 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_basic_response()
759 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_response_bytes()
767 asn1_enter ( &cursor, ASN1_OCTET_STRING ); in ocsp_parse_response_bytes()
[all …]
H A Dx509.c268 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_validity()
310 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_common_name()
317 asn1_enter ( &oid_cursor, ASN1_SET ); in x509_parse_common_name()
320 asn1_enter ( &oid_cursor, ASN1_OID ); in x509_parse_common_name()
392 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_public_key()
431 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_basic_constraints()
588 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_extended_key_usage()
676 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_access_description()
680 asn1_enter ( &subcursor, ASN1_OID ); in x509_parse_access_description()
707 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_authority_info_access()
[all …]
H A Dcms.c94 asn1_enter ( &cursor, ASN1_OID ); in cms_parse_content_type()
122 asn1_enter ( &cursor, ASN1_EXPLICIT_TAG ( 0 ) ); in cms_parse_certificates()
193 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse_signer_identifier()
320 if ( ( rc = asn1_enter ( &cursor, ASN1_OCTET_STRING ) ) != 0 ) { in cms_parse_signature_value()
355 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse_signer_info()
400 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse()
409 asn1_enter ( &cursor, ASN1_EXPLICIT_TAG ( 0 ) ); in cms_parse()
412 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse()
432 asn1_enter ( &cursor, ASN1_SET ); in cms_parse()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/crypto/
H A Docsp.c370 asn1_enter ( &cursor, ASN1_OID ); in ocsp_parse_response_type()
415 asn1_enter ( &key_hash, ASN1_OCTET_STRING ); in ocsp_compare_responder_key_hash()
489 asn1_enter ( &cert_id, ASN1_SEQUENCE ); in ocsp_parse_cert_id()
537 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_responses()
540 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_responses()
614 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_tbs_response_data()
651 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_certs()
710 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_basic_response()
759 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_response_bytes()
767 asn1_enter ( &cursor, ASN1_OCTET_STRING ); in ocsp_parse_response_bytes()
[all …]
H A Dx509.c268 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_validity()
310 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_common_name()
317 asn1_enter ( &oid_cursor, ASN1_SET ); in x509_parse_common_name()
320 asn1_enter ( &oid_cursor, ASN1_OID ); in x509_parse_common_name()
392 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_public_key()
431 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_basic_constraints()
588 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_extended_key_usage()
676 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_access_description()
680 asn1_enter ( &subcursor, ASN1_OID ); in x509_parse_access_description()
707 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_authority_info_access()
[all …]
H A Dcms.c94 asn1_enter ( &cursor, ASN1_OID ); in cms_parse_content_type()
122 asn1_enter ( &cursor, ASN1_EXPLICIT_TAG ( 0 ) ); in cms_parse_certificates()
193 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse_signer_identifier()
320 if ( ( rc = asn1_enter ( &cursor, ASN1_OCTET_STRING ) ) != 0 ) { in cms_parse_signature_value()
355 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse_signer_info()
400 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse()
409 asn1_enter ( &cursor, ASN1_EXPLICIT_TAG ( 0 ) ); in cms_parse()
412 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse()
432 asn1_enter ( &cursor, ASN1_SET ); in cms_parse()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/crypto/
H A Docsp.c192 asn1_enter ( cert_id, ASN1_SEQUENCE ), in ocsp_request()
193 asn1_enter ( cert_id, ASN1_SEQUENCE ), in ocsp_request()
368 asn1_enter ( &cursor, ASN1_OID ); in ocsp_parse_response_type()
509 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_responses()
512 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_responses()
586 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_tbs_response_data()
623 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_certs()
682 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_basic_response()
731 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_response_bytes()
739 asn1_enter ( &cursor, ASN1_OCTET_STRING ); in ocsp_parse_response_bytes()
[all …]
H A Dx509.c268 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_validity()
310 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_common_name()
317 asn1_enter ( &oid_cursor, ASN1_SET ); in x509_parse_common_name()
320 asn1_enter ( &oid_cursor, ASN1_OID ); in x509_parse_common_name()
392 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_public_key()
431 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_basic_constraints()
588 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_extended_key_usage()
676 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_access_description()
680 asn1_enter ( &subcursor, ASN1_OID ); in x509_parse_access_description()
707 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_authority_info_access()
[all …]
H A Dcms.c94 asn1_enter ( &cursor, ASN1_OID ); in cms_parse_content_type()
122 asn1_enter ( &cursor, ASN1_EXPLICIT_TAG ( 0 ) ); in cms_parse_certificates()
193 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse_signer_identifier()
320 if ( ( rc = asn1_enter ( &cursor, ASN1_OCTET_STRING ) ) != 0 ) { in cms_parse_signature_value()
355 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse_signer_info()
400 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse()
409 asn1_enter ( &cursor, ASN1_EXPLICIT_TAG ( 0 ) ); in cms_parse()
412 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse()
432 asn1_enter ( &cursor, ASN1_SET ); in cms_parse()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/crypto/
H A Docsp.c192 asn1_enter ( cert_id, ASN1_SEQUENCE ), in ocsp_request()
193 asn1_enter ( cert_id, ASN1_SEQUENCE ), in ocsp_request()
368 asn1_enter ( &cursor, ASN1_OID ); in ocsp_parse_response_type()
509 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_responses()
512 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_responses()
586 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_tbs_response_data()
623 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_certs()
682 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_basic_response()
731 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_response_bytes()
739 asn1_enter ( &cursor, ASN1_OCTET_STRING ); in ocsp_parse_response_bytes()
[all …]
H A Dx509.c268 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_validity()
310 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_common_name()
317 asn1_enter ( &oid_cursor, ASN1_SET ); in x509_parse_common_name()
320 asn1_enter ( &oid_cursor, ASN1_OID ); in x509_parse_common_name()
392 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_public_key()
431 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_basic_constraints()
588 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_extended_key_usage()
676 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_access_description()
680 asn1_enter ( &subcursor, ASN1_OID ); in x509_parse_access_description()
707 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_authority_info_access()
[all …]
H A Dcms.c94 asn1_enter ( &cursor, ASN1_OID ); in cms_parse_content_type()
122 asn1_enter ( &cursor, ASN1_EXPLICIT_TAG ( 0 ) ); in cms_parse_certificates()
193 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse_signer_identifier()
320 if ( ( rc = asn1_enter ( &cursor, ASN1_OCTET_STRING ) ) != 0 ) { in cms_parse_signature_value()
355 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse_signer_info()
400 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse()
409 asn1_enter ( &cursor, ASN1_EXPLICIT_TAG ( 0 ) ); in cms_parse()
412 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse()
432 asn1_enter ( &cursor, ASN1_SET ); in cms_parse()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/crypto/
H A Docsp.c192 asn1_enter ( cert_id, ASN1_SEQUENCE ), in ocsp_request()
193 asn1_enter ( cert_id, ASN1_SEQUENCE ), in ocsp_request()
368 asn1_enter ( &cursor, ASN1_OID ); in ocsp_parse_response_type()
509 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_responses()
512 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_responses()
586 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_tbs_response_data()
623 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_certs()
682 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_basic_response()
731 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_response_bytes()
739 asn1_enter ( &cursor, ASN1_OCTET_STRING ); in ocsp_parse_response_bytes()
[all …]
H A Dx509.c267 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_validity()
309 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_common_name()
316 asn1_enter ( &oid_cursor, ASN1_SET ); in x509_parse_common_name()
319 asn1_enter ( &oid_cursor, ASN1_OID ); in x509_parse_common_name()
391 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_public_key()
430 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_basic_constraints()
587 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_extended_key_usage()
675 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_access_description()
679 asn1_enter ( &subcursor, ASN1_OID ); in x509_parse_access_description()
706 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_authority_info_access()
[all …]
H A Dcms.c94 asn1_enter ( &cursor, ASN1_OID ); in cms_parse_content_type()
122 asn1_enter ( &cursor, ASN1_EXPLICIT_TAG ( 0 ) ); in cms_parse_certificates()
193 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse_signer_identifier()
320 if ( ( rc = asn1_enter ( &cursor, ASN1_OCTET_STRING ) ) != 0 ) { in cms_parse_signature_value()
355 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse_signer_info()
400 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse()
409 asn1_enter ( &cursor, ASN1_EXPLICIT_TAG ( 0 ) ); in cms_parse()
412 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse()
432 asn1_enter ( &cursor, ASN1_SET ); in cms_parse()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/crypto/
H A Docsp.c192 asn1_enter ( cert_id, ASN1_SEQUENCE ), in ocsp_request()
193 asn1_enter ( cert_id, ASN1_SEQUENCE ), in ocsp_request()
368 asn1_enter ( &cursor, ASN1_OID ); in ocsp_parse_response_type()
509 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_responses()
512 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_responses()
586 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_tbs_response_data()
623 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_certs()
682 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_basic_response()
731 asn1_enter ( &cursor, ASN1_SEQUENCE ); in ocsp_parse_response_bytes()
739 asn1_enter ( &cursor, ASN1_OCTET_STRING ); in ocsp_parse_response_bytes()
[all …]
H A Dx509.c268 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_validity()
310 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_common_name()
317 asn1_enter ( &oid_cursor, ASN1_SET ); in x509_parse_common_name()
320 asn1_enter ( &oid_cursor, ASN1_OID ); in x509_parse_common_name()
392 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_public_key()
431 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_basic_constraints()
588 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_extended_key_usage()
676 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_access_description()
680 asn1_enter ( &subcursor, ASN1_OID ); in x509_parse_access_description()
707 asn1_enter ( &cursor, ASN1_SEQUENCE ); in x509_parse_authority_info_access()
[all …]
H A Dcms.c94 asn1_enter ( &cursor, ASN1_OID ); in cms_parse_content_type()
122 asn1_enter ( &cursor, ASN1_EXPLICIT_TAG ( 0 ) ); in cms_parse_certificates()
193 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse_signer_identifier()
320 if ( ( rc = asn1_enter ( &cursor, ASN1_OCTET_STRING ) ) != 0 ) { in cms_parse_signature_value()
355 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse_signer_info()
400 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse()
409 asn1_enter ( &cursor, ASN1_EXPLICIT_TAG ( 0 ) ); in cms_parse()
412 asn1_enter ( &cursor, ASN1_SEQUENCE ); in cms_parse()
432 asn1_enter ( &cursor, ASN1_SET ); in cms_parse()

123