/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | md4.c | 90 * transform 64 bytes 93 transform ( MD4_CONTEXT *ctx, const unsigned char *data ) function 203 transform( hd, hd->buf ); 223 transform( hd, inbuf ); 287 transform( hd, hd->buf );
|
H A D | md5.c | 80 * transform n*64 bytes 83 transform ( MD5_CONTEXT *ctx, const unsigned char *data ) function 228 transform( hd, hd->buf ); 248 transform( hd, inbuf ); 313 transform( hd, hd->buf );
|
H A D | tiger.c | 670 transform ( TIGER_CONTEXT *hd, const unsigned char *data ) function 727 transform( hd, hd->buf ); 745 transform( hd, inbuf ); 806 transform( hd, hd->buf );
|
H A D | rmd160.c | 164 transform ( RMD160_CONTEXT *hd, const unsigned char *data ) function 412 transform( hd, hd->buf ); 430 transform( hd, inbuf ); 442 * Apply the rmd160 transform function on the buffer which must have 452 transform ( hd, blockof64byte ); 512 transform( hd, hd->buf );
|
H A D | sha1.c | 55 #define TRANSFORM(x,d,n) transform ((x), (d), (n)) 109 transform (SHA1_CONTEXT *hd, const unsigned char *data, size_t nblocks) function
|
H A D | sha256.c | 119 transform (SHA256_CONTEXT *hd, const unsigned char *data) function 206 transform (hd, hd->buf); 224 transform (hd, inbuf); 287 transform (hd, hd->buf);
|
H A D | sha512.c | 105 transform (SHA512_CONTEXT *hd, const unsigned char *data) function 238 transform (hd, hd->buf); 256 transform (hd, inbuf); 331 transform (hd, hd->buf);
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | md4.c | 90 * transform 64 bytes 93 transform ( MD4_CONTEXT *ctx, const unsigned char *data ) function 203 transform( hd, hd->buf ); 223 transform( hd, inbuf ); 287 transform( hd, hd->buf );
|
H A D | md5.c | 80 * transform n*64 bytes 83 transform ( MD5_CONTEXT *ctx, const unsigned char *data ) function 228 transform( hd, hd->buf ); 248 transform( hd, inbuf ); 313 transform( hd, hd->buf );
|
H A D | rmd160.c | 164 transform ( RMD160_CONTEXT *hd, const unsigned char *data ) function 412 transform( hd, hd->buf ); 430 transform( hd, inbuf ); 442 * Apply the rmd160 transform function on the buffer which must have 498 transform( hd, hd->buf );
|
H A D | sha1.c | 54 #define TRANSFORM(x,d,n) transform ((x), (d), (n)) 108 transform (SHA1_CONTEXT *hd, const unsigned char *data, size_t nblocks) function
|
H A D | sha256.c | 119 transform (SHA256_CONTEXT *hd, const unsigned char *data) function 206 transform (hd, hd->buf); 224 transform (hd, inbuf); 287 transform (hd, hd->buf);
|
H A D | sha512.c | 107 transform (SHA512_CONTEXT *hd, const unsigned char *data) function 240 transform (hd, hd->buf); 258 transform (hd, inbuf); 333 transform (hd, hd->buf);
|
H A D | tiger.c | 670 transform ( TIGER_CONTEXT *hd, const unsigned char *data ) function 727 transform( hd, hd->buf ); 745 transform( hd, inbuf ); 806 transform( hd, hd->buf );
|
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | ntfsundelete.c | 275 * transform - Convert a shell style pattern to a regex 279 * This will transform patterns, such as "*.doc" to true regular expressions. 290 * If transform fails, @regex will not be changed. 295 static int transform(const char *pattern, char **regex) function 305 ntfs_log_error("Pattern to transform is empty\n"); 316 ntfs_log_error("Couldn't allocate memory in transform()\n"); 528 if (!transform(optarg, &opts.match)) {
|
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/ |
H A D | zfs.c | 2743 auto int NESTED_FUNC_ATTR transform (const void *name, 2749 int NESTED_FUNC_ATTR transform (const void *name, function 2780 ret = fzap_iterate (zap_dnode, zapbuf, 1, transform, data);
|
/osnet-11/usr/src/grub/grub2/build-bios/docs/ |
H A D | Makefile | 25 transform = $(program_transform_name) macro
|
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/gnulib/ |
H A D | Makefile | 39 transform = $(program_transform_name) macro
|
/osnet-11/usr/src/grub/grub2/build-bios/util/bash-completion.d/ |
H A D | Makefile | 26 transform = $(program_transform_name) macro
|
/osnet-11/usr/src/grub/grub2/build-uefi64/docs/ |
H A D | Makefile | 25 transform = $(program_transform_name) macro
|
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/gnulib/ |
H A D | Makefile | 39 transform = $(program_transform_name) macro
|
/osnet-11/usr/src/grub/grub2/build-uefi64/util/bash-completion.d/ |
H A D | Makefile | 26 transform = $(program_transform_name) macro
|
/osnet-11/usr/src/grub/grub2/build-uefi64/ |
H A D | Makefile | 32 transform = $(program_transform_name) macro 11262 grubdatadir = $(datadir)/`echo grub | sed '$(transform)'` 14908 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 14917 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 14937 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 14946 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 15160 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ 15169 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ 15179 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ 15188 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ [all...] |
/osnet-11/usr/src/grub/grub2/build-bios/ |
H A D | Makefile | 32 transform = $(program_transform_name) macro 11262 grubdatadir = $(datadir)/`echo grub | sed '$(transform)'` 14908 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 14917 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 14937 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 14946 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 15160 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ 15169 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ 15179 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ 15188 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ [all...] |
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/ |
H A D | Makefile | 31 transform = $(program_transform_name) macro [all...] |