Searched defs:Encode (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | CryptoAlg.h | 43 // Encode the data and return the encoded data 44 mDNSu8* (*Encode)(AlgContext *ctx); member in struct:__anon17
|
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | md5.c | 76 static void Encode PROTO_LIST 190 Encode (bits, context->count, 8); 201 Encode (digest, context->state, 16); 304 static void Encode (output, input, len) function
|
/illumos-gate/usr/src/common/crypto/md4/ |
H A D | md4.c | 62 static void Encode(unsigned char *, uint32_t *, unsigned int); 169 Encode(bits, context->count, 8); 181 Encode(digest, context->state, 16); 267 Encode(unsigned char *output, uint32_t *input, unsigned int len) function
|
/illumos-gate/usr/src/common/crypto/md5/ |
H A D | md5.c | 55 static void Encode(uint8_t *, const uint32_t *, size_t); 365 Encode(bitcount_le, ctx->count, sizeof (bitcount_le)); 374 Encode(digest, ctx->state, sizeof (ctx->state)); 650 * Encode() 660 Encode(uint8_t *_RESTRICT_KYWD output, const uint32_t *_RESTRICT_KYWD input, function
|
/illumos-gate/usr/src/common/crypto/sha1/ |
H A D | sha1.c | 60 static void Encode(uint8_t *, const uint32_t *, size_t); 426 Encode(bitcount_be, ctx->count, sizeof (bitcount_be)); 435 Encode(digest, ctx->state, sizeof (ctx->state)); 1003 * Encode() 1013 Encode(uint8_t *_RESTRICT_KYWD output, const uint32_t *_RESTRICT_KYWD input, function
|
/illumos-gate/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 73 static void Encode(uint8_t *, uint32_t *, size_t); 615 * Encode() 625 Encode(uint8_t *_RESTRICT_KYWD output, uint32_t *_RESTRICT_KYWD input, function 923 Encode(bitcount_be, ctx->count.c32, sizeof (bitcount_be)); 926 Encode(digest, ctx->state.s32, sizeof (ctx->state.s32));
|
Completed in 87 milliseconds