Home
last modified time | relevance | path

Searched refs:pk_lookup (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/evince/evince-41.3/backend/dvi/mdvi-lib/
H A Dpk.c66 static char *pk_lookup __PROTO((const char *, Ushort *, Ushort *));
79 pk_lookup, /* lookup */
98 static char *pk_lookup(const char *name, Ushort *hdpi, Ushort *vdpi) in pk_lookup() function
/dports/print/xreader/xreader-3.2.2/backend/dvi/mdvi-lib/
H A Dpk.c66 static char *pk_lookup __PROTO((const char *, Ushort *, Ushort *));
79 pk_lookup, /* lookup */
98 static char *pk_lookup(const char *name, Ushort *hdpi, Ushort *vdpi) in pk_lookup() function
/dports/graphics/atril-lite/atril-1.26.0/backend/dvi/mdvi-lib/
H A Dpk.c65 static char *pk_lookup __PROTO((const char *, Ushort *, Ushort *));
78 pk_lookup, /* lookup */
97 static char *pk_lookup(const char *name, Ushort *hdpi, Ushort *vdpi) in pk_lookup() function
/dports/graphics/atril/atril-1.26.0/backend/dvi/mdvi-lib/
H A Dpk.c65 static char *pk_lookup __PROTO((const char *, Ushort *, Ushort *));
78 pk_lookup, /* lookup */
97 static char *pk_lookup(const char *name, Ushort *hdpi, Ushort *vdpi) in pk_lookup() function
/dports/graphics/aloadimage/arcan-0.6.1/tests/core/a12loop/
H A Da12loop.c371 .pk_lookup = key_auth_cl, in main()
379 srv_opts.pk_lookup = key_auth_srv; in main()
/dports/sysutils/acfgfs/arcan-0.6.1/tests/core/a12loop/
H A Da12loop.c371 .pk_lookup = key_auth_cl, in main()
379 srv_opts.pk_lookup = key_auth_srv; in main()
/dports/x11/aclip/arcan-0.6.1/tests/core/a12loop/
H A Da12loop.c371 .pk_lookup = key_auth_cl, in main()
379 srv_opts.pk_lookup = key_auth_srv; in main()
/dports/x11/arcan-trayicon/arcan-0.6.1/tests/core/a12loop/
H A Da12loop.c371 .pk_lookup = key_auth_cl, in main()
379 srv_opts.pk_lookup = key_auth_srv; in main()
/dports/graphics/aloadimage/arcan-0.6.1/src/a12/
H A Da12.h59 struct pk_response (*pk_lookup)(uint8_t pub[static 32]); member
H A Da12.c1376 if (!S->opts->pk_lookup){ in hello_auth_server_hello()
1385 struct pk_response res = S->opts->pk_lookup(&S->decode[21]); in hello_auth_server_hello()
1415 if (!S->opts->pk_lookup){ in hello_auth_client_hello()
1422 struct pk_response res = S->opts->pk_lookup(&S->decode[21]); in hello_auth_client_hello()
/dports/sysutils/acfgfs/arcan-0.6.1/src/a12/
H A Da12.h59 struct pk_response (*pk_lookup)(uint8_t pub[static 32]); member
H A Da12.c1376 if (!S->opts->pk_lookup){ in hello_auth_server_hello()
1385 struct pk_response res = S->opts->pk_lookup(&S->decode[21]); in hello_auth_server_hello()
1415 if (!S->opts->pk_lookup){ in hello_auth_client_hello()
1422 struct pk_response res = S->opts->pk_lookup(&S->decode[21]); in hello_auth_client_hello()
/dports/x11/aclip/arcan-0.6.1/src/a12/
H A Da12.h59 struct pk_response (*pk_lookup)(uint8_t pub[static 32]); member
H A Da12.c1376 if (!S->opts->pk_lookup){ in hello_auth_server_hello()
1385 struct pk_response res = S->opts->pk_lookup(&S->decode[21]); in hello_auth_server_hello()
1415 if (!S->opts->pk_lookup){ in hello_auth_client_hello()
1422 struct pk_response res = S->opts->pk_lookup(&S->decode[21]); in hello_auth_client_hello()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/a12/
H A Da12.h59 struct pk_response (*pk_lookup)(uint8_t pub[static 32]); member
H A Da12.c1376 if (!S->opts->pk_lookup){ in hello_auth_server_hello()
1385 struct pk_response res = S->opts->pk_lookup(&S->decode[21]); in hello_auth_server_hello()
1415 if (!S->opts->pk_lookup){ in hello_auth_client_hello()
1422 struct pk_response res = S->opts->pk_lookup(&S->decode[21]); in hello_auth_client_hello()
/dports/graphics/aloadimage/arcan-0.6.1/src/a12/net/
H A Dnet.c897 anet.opts->pk_lookup = key_auth_local; in main()
/dports/sysutils/acfgfs/arcan-0.6.1/src/a12/net/
H A Dnet.c897 anet.opts->pk_lookup = key_auth_local; in main()
/dports/x11/aclip/arcan-0.6.1/src/a12/net/
H A Dnet.c897 anet.opts->pk_lookup = key_auth_local; in main()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/a12/net/
H A Dnet.c897 anet.opts->pk_lookup = key_auth_local; in main()
/dports/graphics/evince/evince-41.3/
H A DChangeLog.pre-git10615 * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):