Searched refs:Method_t (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/libsum/common/ |
H A D | sum-lmd.c | 124 md4_open(const Method_t* method, const char* name) in md4_open() 130 lmd->method = (Method_t*)method; in md4_open() 164 md5_open(const Method_t* method, const char* name) in md5_open() 170 lmd->method = (Method_t*)method; in md5_open() 205 sha1_open(const Method_t* method, const char* name) in sha1_open() 211 lmd->method = (Method_t*)method; in sha1_open() 245 sha256_open(const Method_t* method, const char* name) in sha256_open() 251 lmd->method = (Method_t*)method; in sha256_open() 279 sha384_open(const Method_t* method, const char* name) in sha384_open() 285 lmd->method = (Method_t*)method; in sha384_open() [all …]
|
H A D | sumlib.c | 55 } Method_t; typedef 80 long_open(const Method_t* method, const char* name) in long_open() 86 p->method = (Method_t*)method; in long_open() 177 static const Method_t methods[] =
|
H A D | sum-prng.c | 54 prng_open(const Method_t* method, const char* name) in prng_open() 64 sum->method = (Method_t*)method; in prng_open()
|
H A D | sum-ast4.c | 68 ast4_open(const Method_t* method, const char* name) in ast4_open() 74 p->method = (Method_t*)method; in ast4_open()
|
H A D | sum-crc.c | 117 crc_open(const Method_t* method, const char* name) in crc_open() 130 sum->method = (Method_t*)method; in crc_open()
|
H A D | sum-sha2.c | 709 sha256_open(const Method_t* method, const char* name) in sha256_open() 715 sha->method = (Method_t*)method; in sha256_open() 1072 sha512_open(const Method_t* method, const char* name) in sha512_open() 1078 sha->method = (Method_t*)method; in sha512_open() 1210 sha384_open(const Method_t* method, const char* name) in sha384_open() 1216 sha->method = (Method_t*)method; in sha384_open()
|
H A D | sum-md5.c | 132 md5_open(const Method_t* method, const char* name) in md5_open() 138 p->method = (Method_t*)method; in md5_open()
|
H A D | sum-sha1.c | 269 sha1_open(const Method_t* method, const char* name) in sha1_open() 275 sha->method = (Method_t*)method; in sha1_open()
|
/titanic_50/usr/src/lib/libshell/misc/ |
H A D | ERRATA.txt | 454 crc_open(const Method_t* method, const char* name) 457 sum->method = (Method_t*)method;
|