Home
last modified time | relevance | path

Searched refs:ocsp_check (Results 1 – 25 of 43) sorted by relevance

12

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/include/ipxe/
H A Docsp.h31 struct ocsp_check;
50 int ( * compare ) ( struct ocsp_check *ocsp,
77 struct ocsp_check { struct
98 static inline __attribute__ (( always_inline )) struct ocsp_check * argument
99 ocsp_get ( struct ocsp_check *ocsp ) { in ocsp_get()
110 ocsp_put ( struct ocsp_check *ocsp ) { in ocsp_put()
114 extern int ocsp_check ( struct x509_certificate *cert,
116 struct ocsp_check **ocsp );
117 extern int ocsp_response ( struct ocsp_check *ocsp, const void *data,
119 extern int ocsp_validate ( struct ocsp_check *check, time_t time );
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/include/ipxe/
H A Docsp.h39 struct ocsp_check;
58 int ( * compare ) ( struct ocsp_check *ocsp,
85 struct ocsp_check { struct
106 static inline __attribute__ (( always_inline )) struct ocsp_check * argument
107 ocsp_get ( struct ocsp_check *ocsp ) { in ocsp_get()
118 ocsp_put ( struct ocsp_check *ocsp ) { in ocsp_put()
141 extern int ocsp_check ( struct x509_certificate *cert,
143 struct ocsp_check **ocsp );
144 extern int ocsp_response ( struct ocsp_check *ocsp, const void *data,
146 extern int ocsp_validate ( struct ocsp_check *check, time_t time );
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/include/ipxe/
H A Docsp.h39 struct ocsp_check;
58 int ( * compare ) ( struct ocsp_check *ocsp,
85 struct ocsp_check { struct
106 static inline __attribute__ (( always_inline )) struct ocsp_check * argument
107 ocsp_get ( struct ocsp_check *ocsp ) { in ocsp_get()
118 ocsp_put ( struct ocsp_check *ocsp ) { in ocsp_put()
141 extern int ocsp_check ( struct x509_certificate *cert,
143 struct ocsp_check **ocsp );
144 extern int ocsp_response ( struct ocsp_check *ocsp, const void *data,
146 extern int ocsp_validate ( struct ocsp_check *check, time_t time );
/dports/net/ipxe/ipxe-2265a65/src/include/ipxe/
H A Docsp.h39 struct ocsp_check;
58 int ( * compare ) ( struct ocsp_check *ocsp,
85 struct ocsp_check { struct
106 static inline __attribute__ (( always_inline )) struct ocsp_check * argument
107 ocsp_get ( struct ocsp_check *ocsp ) { in ocsp_get()
118 ocsp_put ( struct ocsp_check *ocsp ) { in ocsp_put()
141 extern int ocsp_check ( struct x509_certificate *cert,
143 struct ocsp_check **ocsp );
144 extern int ocsp_response ( struct ocsp_check *ocsp, const void *data,
146 extern int ocsp_validate ( struct ocsp_check *check, time_t time );
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/include/ipxe/
H A Docsp.h39 struct ocsp_check;
58 int ( * compare ) ( struct ocsp_check *ocsp,
85 struct ocsp_check { struct
106 static inline __attribute__ (( always_inline )) struct ocsp_check * argument
107 ocsp_get ( struct ocsp_check *ocsp ) { in ocsp_get()
118 ocsp_put ( struct ocsp_check *ocsp ) { in ocsp_put()
141 extern int ocsp_check ( struct x509_certificate *cert,
143 struct ocsp_check **ocsp );
144 extern int ocsp_response ( struct ocsp_check *ocsp, const void *data,
146 extern int ocsp_validate ( struct ocsp_check *check, time_t time );
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/include/ipxe/
H A Docsp.h39 struct ocsp_check;
58 int ( * compare ) ( struct ocsp_check *ocsp,
85 struct ocsp_check { struct
106 static inline __attribute__ (( always_inline )) struct ocsp_check * argument
107 ocsp_get ( struct ocsp_check *ocsp ) { in ocsp_get()
118 ocsp_put ( struct ocsp_check *ocsp ) { in ocsp_put()
141 extern int ocsp_check ( struct x509_certificate *cert,
143 struct ocsp_check **ocsp );
144 extern int ocsp_response ( struct ocsp_check *ocsp, const void *data,
146 extern int ocsp_validate ( struct ocsp_check *check, time_t time );
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/include/ipxe/
H A Docsp.h39 struct ocsp_check;
58 int ( * compare ) ( struct ocsp_check *ocsp,
85 struct ocsp_check { struct
106 static inline __attribute__ (( always_inline )) struct ocsp_check * argument
107 ocsp_get ( struct ocsp_check *ocsp ) { in ocsp_get()
118 ocsp_put ( struct ocsp_check *ocsp ) { in ocsp_put()
141 extern int ocsp_check ( struct x509_certificate *cert,
143 struct ocsp_check **ocsp );
144 extern int ocsp_response ( struct ocsp_check *ocsp, const void *data,
146 extern int ocsp_validate ( struct ocsp_check *check, time_t time );
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/include/ipxe/
H A Docsp.h39 struct ocsp_check;
58 int ( * compare ) ( struct ocsp_check *ocsp,
85 struct ocsp_check { struct
106 static inline __attribute__ (( always_inline )) struct ocsp_check * argument
107 ocsp_get ( struct ocsp_check *ocsp ) { in ocsp_get()
118 ocsp_put ( struct ocsp_check *ocsp ) { in ocsp_put()
141 extern int ocsp_check ( struct x509_certificate *cert,
143 struct ocsp_check **ocsp );
144 extern int ocsp_response ( struct ocsp_check *ocsp, const void *data,
146 extern int ocsp_validate ( struct ocsp_check *check, time_t time );
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/crypto/
H A Docsp.c127 struct ocsp_check *ocsp = in ocsp_free()
128 container_of ( refcnt, struct ocsp_check, refcnt ); in ocsp_free()
145 static int ocsp_request ( struct ocsp_check *ocsp ) { in ocsp_request()
209 static int ocsp_uri_string ( struct ocsp_check *ocsp ) { in ocsp_uri_string()
277 int ocsp_check ( struct x509_certificate *cert, in ocsp_check() function
279 struct ocsp_check **ocsp ) { in ocsp_check()
475 static int ocsp_parse_cert_id ( struct ocsp_check *ocsp, in ocsp_parse_cert_id()
501 static int ocsp_parse_responses ( struct ocsp_check *ocsp, in ocsp_parse_responses()
613 static int ocsp_parse_certs ( struct ocsp_check *ocsp, in ocsp_parse_certs()
755 static int ocsp_parse_response ( struct ocsp_check *ocsp, in ocsp_parse_response()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/crypto/
H A Docsp.c127 struct ocsp_check *ocsp = in ocsp_free()
128 container_of ( refcnt, struct ocsp_check, refcnt ); in ocsp_free()
145 static int ocsp_request ( struct ocsp_check *ocsp ) { in ocsp_request()
209 static int ocsp_uri_string ( struct ocsp_check *ocsp ) { in ocsp_uri_string()
277 int ocsp_check ( struct x509_certificate *cert, in ocsp_check() function
279 struct ocsp_check **ocsp ) { in ocsp_check()
475 static int ocsp_parse_cert_id ( struct ocsp_check *ocsp, in ocsp_parse_cert_id()
501 static int ocsp_parse_responses ( struct ocsp_check *ocsp, in ocsp_parse_responses()
613 static int ocsp_parse_certs ( struct ocsp_check *ocsp, in ocsp_parse_certs()
755 static int ocsp_parse_response ( struct ocsp_check *ocsp, in ocsp_parse_response()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/crypto/
H A Docsp.c127 struct ocsp_check *ocsp = in ocsp_free()
128 container_of ( refcnt, struct ocsp_check, refcnt ); in ocsp_free()
145 static int ocsp_request ( struct ocsp_check *ocsp ) { in ocsp_request()
209 static int ocsp_uri_string ( struct ocsp_check *ocsp ) { in ocsp_uri_string()
277 int ocsp_check ( struct x509_certificate *cert, in ocsp_check() function
279 struct ocsp_check **ocsp ) { in ocsp_check()
475 static int ocsp_parse_cert_id ( struct ocsp_check *ocsp, in ocsp_parse_cert_id()
501 static int ocsp_parse_responses ( struct ocsp_check *ocsp, in ocsp_parse_responses()
613 static int ocsp_parse_certs ( struct ocsp_check *ocsp, in ocsp_parse_certs()
755 static int ocsp_parse_response ( struct ocsp_check *ocsp, in ocsp_parse_response()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/crypto/
H A Docsp.c127 struct ocsp_check *ocsp = in ocsp_free()
128 container_of ( refcnt, struct ocsp_check, refcnt ); in ocsp_free()
145 static int ocsp_request ( struct ocsp_check *ocsp ) { in ocsp_request()
209 static int ocsp_uri_string ( struct ocsp_check *ocsp ) { in ocsp_uri_string()
277 int ocsp_check ( struct x509_certificate *cert, in ocsp_check() function
279 struct ocsp_check **ocsp ) { in ocsp_check()
475 static int ocsp_parse_cert_id ( struct ocsp_check *ocsp, in ocsp_parse_cert_id()
501 static int ocsp_parse_responses ( struct ocsp_check *ocsp, in ocsp_parse_responses()
613 static int ocsp_parse_certs ( struct ocsp_check *ocsp, in ocsp_parse_certs()
755 static int ocsp_parse_response ( struct ocsp_check *ocsp, in ocsp_parse_response()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/crypto/
H A Docsp.c127 struct ocsp_check *ocsp = in ocsp_free()
128 container_of ( refcnt, struct ocsp_check, refcnt ); in ocsp_free()
145 static int ocsp_request ( struct ocsp_check *ocsp ) { in ocsp_request()
211 static int ocsp_uri_string ( struct ocsp_check *ocsp ) { in ocsp_uri_string()
279 int ocsp_check ( struct x509_certificate *cert, in ocsp_check() function
281 struct ocsp_check **ocsp ) { in ocsp_check()
477 static int ocsp_parse_cert_id ( struct ocsp_check *ocsp, in ocsp_parse_cert_id()
529 static int ocsp_parse_responses ( struct ocsp_check *ocsp, in ocsp_parse_responses()
641 static int ocsp_parse_certs ( struct ocsp_check *ocsp, in ocsp_parse_certs()
783 static int ocsp_parse_response ( struct ocsp_check *ocsp, in ocsp_parse_response()
[all …]
/dports/net/ipxe/ipxe-2265a65/src/crypto/
H A Docsp.c127 struct ocsp_check *ocsp = in ocsp_free()
128 container_of ( refcnt, struct ocsp_check, refcnt ); in ocsp_free()
145 static int ocsp_request ( struct ocsp_check *ocsp ) { in ocsp_request()
211 static int ocsp_uri_string ( struct ocsp_check *ocsp ) { in ocsp_uri_string()
279 int ocsp_check ( struct x509_certificate *cert, in ocsp_check() function
281 struct ocsp_check **ocsp ) { in ocsp_check()
477 static int ocsp_parse_cert_id ( struct ocsp_check *ocsp, in ocsp_parse_cert_id()
529 static int ocsp_parse_responses ( struct ocsp_check *ocsp, in ocsp_parse_responses()
641 static int ocsp_parse_certs ( struct ocsp_check *ocsp, in ocsp_parse_certs()
783 static int ocsp_parse_response ( struct ocsp_check *ocsp, in ocsp_parse_response()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/crypto/
H A Docsp.c127 struct ocsp_check *ocsp = in ocsp_free()
128 container_of ( refcnt, struct ocsp_check, refcnt ); in ocsp_free()
145 static int ocsp_request ( struct ocsp_check *ocsp ) { in ocsp_request()
211 static int ocsp_uri_string ( struct ocsp_check *ocsp ) { in ocsp_uri_string()
279 int ocsp_check ( struct x509_certificate *cert, in ocsp_check() function
281 struct ocsp_check **ocsp ) { in ocsp_check()
477 static int ocsp_parse_cert_id ( struct ocsp_check *ocsp, in ocsp_parse_cert_id()
529 static int ocsp_parse_responses ( struct ocsp_check *ocsp, in ocsp_parse_responses()
641 static int ocsp_parse_certs ( struct ocsp_check *ocsp, in ocsp_parse_certs()
783 static int ocsp_parse_response ( struct ocsp_check *ocsp, in ocsp_parse_response()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/crypto/
H A Docsp.c127 struct ocsp_check *ocsp = in ocsp_free()
128 container_of ( refcnt, struct ocsp_check, refcnt ); in ocsp_free()
145 static int ocsp_request ( struct ocsp_check *ocsp ) { in ocsp_request()
211 static int ocsp_uri_string ( struct ocsp_check *ocsp ) { in ocsp_uri_string()
279 int ocsp_check ( struct x509_certificate *cert, in ocsp_check() function
281 struct ocsp_check **ocsp ) { in ocsp_check()
477 static int ocsp_parse_cert_id ( struct ocsp_check *ocsp, in ocsp_parse_cert_id()
529 static int ocsp_parse_responses ( struct ocsp_check *ocsp, in ocsp_parse_responses()
641 static int ocsp_parse_certs ( struct ocsp_check *ocsp, in ocsp_parse_certs()
783 static int ocsp_parse_response ( struct ocsp_check *ocsp, in ocsp_parse_response()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/tests/
H A Docsp_test.c73 struct ocsp_check *ocsp;
1730 ok ( ocsp_check ( (test)->cert->cert, (test)->issuer->cert, \
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/tests/
H A Docsp_test.c73 struct ocsp_check *ocsp;
1730 ok ( ocsp_check ( (test)->cert->cert, (test)->issuer->cert, \
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/tests/
H A Docsp_test.c73 struct ocsp_check *ocsp;
1730 ok ( ocsp_check ( (test)->cert->cert, (test)->issuer->cert, \
/dports/net/ipxe/ipxe-2265a65/src/tests/
H A Docsp_test.c74 struct ocsp_check *ocsp;
1731 ok ( ocsp_check ( (test)->cert->cert, (test)->issuer->cert, \
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/tests/
H A Docsp_test.c73 struct ocsp_check *ocsp;
1730 ok ( ocsp_check ( (test)->cert->cert, (test)->issuer->cert, \
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/tests/
H A Docsp_test.c73 struct ocsp_check *ocsp;
1730 ok ( ocsp_check ( (test)->cert->cert, (test)->issuer->cert, \
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/tests/
H A Docsp_test.c73 struct ocsp_check *ocsp;
1730 ok ( ocsp_check ( (test)->cert->cert, (test)->issuer->cert, \
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/tests/
H A Docsp_test.c73 struct ocsp_check *ocsp;
1730 ok ( ocsp_check ( (test)->cert->cert, (test)->issuer->cert, \
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/net/
H A Dvalidator.c67 struct ocsp_check *ocsp;
346 if ( ( rc = ocsp_check ( cert, issuer, &validator->ocsp ) ) != 0 ) { in validator_start_ocsp()

12