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