Searched refs:copy_primitive (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | gen_copy.c | 41 copy_primitive (const char *typename, const char *from, const char *to) in copy_primitive() function 62 copy_primitive ("heim_integer", from, to); in copy_type() 70 copy_primitive ("octet_string", from, to); in copy_type() 74 copy_primitive ("bit_string", from, to); in copy_type() 188 copy_primitive ("general_string", from, to); in copy_type() 191 copy_primitive ("general_string", from, to); in copy_type() 197 copy_primitive ("utf8string", from, to); in copy_type() 200 copy_primitive ("printable_string", from, to); in copy_type() 203 copy_primitive ("ia5_string", from, to); in copy_type() 206 copy_primitive ("bmp_string", from, to); in copy_type() [all …]
|