Home | History | Annotate | Download | only in tf_daemon

Lines Matching full:uuid

57  * Defines the UUID string size in characters
64 * Converts the string representation of an UUID to the binary representation as
65 * a S_UUID type. The binary UUID structure must be provided by the caller.
75 * syntax of UUID as defined in RFC 4122
83 * Converts the binary representation of an UUID to the string representation.
98 * Generates an UUID from the specified MD5 hash value, as specified in section
99 * 4.3, Algorithm for Creating a Name-Based UUID, of RFC 4122.
104 * first 16 bytes of this hash data will be used to generate the UUID.
114 * Generates an UUID from the specified SHA-1 hash value, as specified in
115 * section 4.3, Algorithm for Creating a Name-Based UUID, of RFC 4122.
120 * first 16 bytes of this hash data will be used to generate the UUID.