Searched defs:transform (Results 1 - 25 of 26) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dmd4.c90 * 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 Dmd5.c80 * 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 Dtiger.c670 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 Drmd160.c164 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 Dsha1.c55 #define TRANSFORM(x,d,n) transform ((x), (d), (n))
109 transform (SHA1_CONTEXT *hd, const unsigned char *data, size_t nblocks) function
H A Dsha256.c119 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 Dsha512.c105 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 Dmd4.c90 * 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 Dmd5.c80 * 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 Drmd160.c164 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 Dsha1.c54 #define TRANSFORM(x,d,n) transform ((x), (d), (n))
108 transform (SHA1_CONTEXT *hd, const unsigned char *data, size_t nblocks) function
H A Dsha256.c119 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 Dsha512.c107 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 Dtiger.c670 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 Dntfsundelete.c275 * 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 Dzfs.c2743 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 DMakefile25 transform = $(program_transform_name) macro
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/gnulib/
H A DMakefile39 transform = $(program_transform_name) macro
/osnet-11/usr/src/grub/grub2/build-bios/util/bash-completion.d/
H A DMakefile26 transform = $(program_transform_name) macro
/osnet-11/usr/src/grub/grub2/build-uefi64/docs/
H A DMakefile25 transform = $(program_transform_name) macro
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/gnulib/
H A DMakefile39 transform = $(program_transform_name) macro
/osnet-11/usr/src/grub/grub2/build-uefi64/util/bash-completion.d/
H A DMakefile26 transform = $(program_transform_name) macro
/osnet-11/usr/src/grub/grub2/build-uefi64/
H A DMakefile32 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 DMakefile32 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 DMakefile31 transform = $(program_transform_name) macro
[all...]

Completed in 233 milliseconds

12