xref: /netbsd-src/crypto/external/bsd/netpgp/lib/verify/verify.map (revision 6fc1bc48bc530cbb0477352976b7ea2b24cb5e32)
1*6fc1bc48SchristosNETPGPVERIFY_5_0 {
2*6fc1bc48Schristos    global:
3*6fc1bc48Schristos	pgpv_new;
4*6fc1bc48Schristos	pgpv_new_cursor;
5*6fc1bc48Schristos	pgpv_read_pubring;
6*6fc1bc48Schristos	pgpv_read_ssh_pubkeys;
7*6fc1bc48Schristos	pgpv_verify;
8*6fc1bc48Schristos	pgpv_get_verified;
9*6fc1bc48Schristos	pgpv_dump;
10*6fc1bc48Schristos	pgpv_get_entry;
11*6fc1bc48Schristos	pgpv_get_cursor_num;
12*6fc1bc48Schristos	pgpv_get_cursor_str;
13*6fc1bc48Schristos	pgpv_get_cursor_element;
14*6fc1bc48Schristos	pgpv_close;
15*6fc1bc48Schristos	pgpv_cursor_close;
16*6fc1bc48Schristos    local: *;
17*6fc1bc48Schristos};
18