Searched refs:copy_primitive (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | gen_copy.c | 43 copy_primitive (const char *typename, const char *from, const char *to) in copy_primitive() function 64 copy_primitive ("heim_integer", from, to); in copy_type() 73 copy_primitive ("octet_string", from, to); in copy_type() 77 copy_primitive ("bit_string", from, to); in copy_type() 191 copy_primitive ("general_string", from, to); in copy_type() 194 copy_primitive ("general_string", from, to); in copy_type() 200 copy_primitive ("utf8string", from, to); in copy_type() 203 copy_primitive ("printable_string", from, to); in copy_type() 206 copy_primitive ("ia5_string", from, to); in copy_type() 209 copy_primitive ("bmp_string", from, to); in copy_type() [all …]
|