Searched defs:what (Results 1 - 25 of 30) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dhmac-tests.c98 const char *what; local
103 what = "FIPS-198a, A.1";
116 what = "FIPS-198a, A.2";
127 what = "FIPS-198a, A.3";
138 what = "FIPS-198a, A.4";
154 report ("hmac", GCRY_MD_SHA1, what, errtxt);
172 "what do ya want for nothing?",
248 const char *what; local
254 what = tv[tvidx].desc;
269 report ("hmac", GCRY_MD_SHA224, what, errtx
362 const char *what; local
516 const char *what; local
654 const char *what; local
[all...]
H A Dsha1.c387 const char *what;
390 what = "short string";
401 what = "long string";
410 what = "one million \"a\"";
424 report ("digest", GCRY_MD_SHA1, what, errtxt);
386 const char *what; local
H A Dsha256.c327 const char *what;
330 what = "short string";
341 what = "long string";
350 what = "one million \"a\"";
364 report ("digest", GCRY_MD_SHA224, what, errtxt);
371 const char *what;
374 what = "short string";
385 what = "long string";
395 what = "one million \"a\"";
410 report ("digest", GCRY_MD_SHA256, what, errtx
326 const char *what; local
370 const char *what; local
[all...]
H A Dsha512.c374 const char *what;
377 what = "short string";
389 what = "long string";
401 what = "one million \"a\"";
417 report ("digest", GCRY_MD_SHA384, what, errtxt);
424 const char *what;
427 what = "short string";
440 what = "long string";
453 what = "one million \"a\"";
470 report ("digest", GCRY_MD_SHA512, what, errtx
373 const char *what; local
423 const char *what; local
[all...]
H A Ddes.c1034 do_tripledes_set_extra_info (void *context, int what, argument
1043 switch (what)
1125 const char *what;
1130 what = "low-level";
1144 report ("cipher", GCRY_CIPHER_3DES, what, errtxt);
1124 const char *what; local
H A Ddsa.c1089 const char *what;
1096 what = "convert";
1108 what = "key consistency";
1116 what = "sign";
1129 report ("pubkey", GCRY_PK_DSA, what, errtxt);
1087 const char *what; local
H A Dcipher.c1783 gcry_cipher_algo_info (int algo, int what, void *buffer, size_t *nbytes)
1788 switch (what)
1781 gcry_cipher_algo_info(int algo, int what, void *buffer, size_t *nbytes) argument
H A Decc.c1324 const char *what;
1327 what = "low-level";
1338 report ("pubkey", GCRY_PK_ECDSA, what, errtxt);
1319 const char *what; local
H A Dmd.c1142 gcry_md_algo_info (int algo, int what, void *buffer, size_t *nbytes) argument
1146 switch (what)
H A Drijndael.c1072 const char *what;
1075 what = "low-level";
1082 what = "cfb";
1087 what = "ofb";
1097 report ("cipher", GCRY_CIPHER_AES128, what, errtxt);
1105 const char *what;
1110 what = "low-level";
1120 report ("cipher", GCRY_CIPHER_AES192, what, errtxt);
1129 const char *what;
1134 what
1069 const char *what; local
1102 const char *what; local
1126 const char *what; local
[all...]
H A Drsa.c173 * USE_E = 0 let Libcgrypt decide what exponent to use.
1280 const char *what;
1287 what = "convert";
1299 what = "key consistency";
1307 what = "sign";
1312 what = "encrypt";
1325 report ("pubkey", GCRY_PK_RSA, what, errtxt);
1278 const char *what; local
H A Dpubkey.c2517 gcry_pk_algo_info (int algorithm, int what, void *buffer, size_t *nbytes) argument
2521 switch (what)
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_ops.c30 * returning NULL, it should set the nds->error to indicate what went
369 ndo_tattle(ndr_stream_t *nds, char *what, ndr_ref_t *ref) argument
371 ndo_printf(nds, ref, what);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_handle.c311 dtrace_dropkind_t what, uint64_t howmany)
317 assert(what == DTRACEDROP_PRINCIPAL || what == DTRACEDROP_AGGREGATION);
322 drop.dtdda_kind = what;
327 (void) snprintf(str, sizeof (str), "[%s] ", dt_droptag(what));
336 howmany, what == DTRACEDROP_PRINCIPAL ? "" : "aggregation ",
310 dt_handle_cpudrop(dtrace_hdl_t *dtp, processorid_t cpu, dtrace_dropkind_t what, uint64_t howmany) argument
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c576 set_index(void *what, int index) { argument
579 timer = what;
584 free_timer(void *what, void *uap) { argument
585 evTimer *t = what;
593 print_timer(void *what, void *uap) { argument
594 evTimer *cur = what;
597 cur = what;
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_dialog.c274 sip_dlg_recompute_rset(_sip_dialog_t *dialog, _sip_msg_t *sip_msg, int what) argument
292 ret = sip_dialog_get_route_set(dialog, sip_msg, what);
486 sip_dialog_get_route_set(_sip_dialog_t *dialog, _sip_msg_t *sip_msg, int what) argument
536 } else if (what == SIP_UAS_DIALOG) {
539 } else if (what == SIP_UAC_DIALOG) {
805 sip_dlg_xchg_from_to(sip_msg_t sip_msg, int what) argument
814 hdr = sip_get_header(sip_msg, what == SIP_DLG_XCHG_FROM ? SIP_FROM :
821 if (what == SIP_DLG_XCHG_FROM) {
831 if (what == SIP_DLG_XCHG_FROM) {
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dentry.c1411 dm_get_usage_string(char *what, char *how, char **usage_string) argument
1415 if (usage_string == NULL || what == NULL) {
1420 if (strcmp(what, DM_USE_MOUNT) == 0) {
1430 } else if (strcmp(what, DM_USE_VFSTAB) == 0) {
1434 } else if (strcmp(what, DM_USE_FS) == 0) {
1437 } else if (strcmp(what, DM_USE_SVM) == 0) {
1447 } else if (strcmp(what, DM_USE_VXVM) == 0) {
1450 } else if (strcmp(what, DM_USE_LU) == 0) {
1454 } else if (strcmp(what, DM_USE_DUMP) == 0) {
1458 } else if (strcmp(what, DM_USE_EXPORTED_ZPOO
[all...]
/osnet-11/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c811 * MBR is supposed to be of 512 bytes no matter what the device block size is.
1485 fdisk_get_disk_geom(ext_part_t *epp, int type, int what) argument
1489 switch (what) {
1504 switch (what) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.h369 /* .what is a character array with one character for each member of .data
383 U8 *what; member in struct:reg_data
H A Dregexec.c616 /* XXXX It is not documented what units *_offsets are in. Assume bytes. */
677 /* XXXX It is not documented what units *_offsets are in. Assume bytes. */
861 char *what = 0; local
875 DEBUG_r( what = "anchored" );
888 what, (long)(s + start_shift - i_strpos)) );
919 DEBUG_r( what = "floating" );
949 /* We know what class REx starts with. Try to find this position... */
964 /* We know what class it must start with. */
1921 /* don't bother with what can't match */
3114 * what w
[all...]
H A Ddoio.c1616 char *what; local
1623 if (PL_tainted) { TAINT_PROPER(what); } \
1638 what = "chmod";
1654 what = "chown";
1678 what = "kill";
1748 what = "unlink";
1770 what = "utime";
1787 * library figure out what to do. This usually means
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c322 const char *what, boolean_t check_maint);
1073 /* Coninue and try to recover what we can */
1080 /* Continue and start what we can */
1316 /* Coninue and try to recover what we can */
1323 /* Continue and start what we can */
1927 /* Coninue and try to recover what we can */
1934 /* Continue and start what we can */
2062 /* Not serious, but tell user what to do */
2092 /* Not serious, but tell user what to do */
2250 /* uninit and recover should set flags of what t
3673 const char *what = gettext("not set"); local
3782 wait_till(const char *fmri, const char *state, useconds_t max, const char *what, boolean_t check_maint) argument
[all...]
/osnet-11/usr/src/cmd/parted/
H A Dparted.c302 * what contains SECT_START if the sector to adjust is a start sector
310 prefer_snap (PedSector s, int what, PedGeometry* range, EMoves* allow, argument
317 PED_ASSERT (what == SECT_START || what == SECT_END, return 0);
325 new_sect = part->geom.end + 1 + what;
333 new_sect = part->geom.start + what;
343 && what == SECT_START) )
346 && what == SECT_END) )
488 "%s's file system manipulation code is not as robust as what you'll find in\n"
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c2292 * what:
2307 opthelp(const char* oopts, const char* what) argument
2380 if (!what)
2382 else if (!*what)
2384 else if (*what != '?')
2386 else if (!*(what + 1))
2388 else if ((hp = (Help_t*)search(styles, elementsof(styles), sizeof(styles[0]), (char*)what + 1)) && hp->style >= 0)
2392 what = hp->name;
2944 else if (style == STYLE_match && *what == '-')
2950 w = (char*)what;
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c383 * Go tell the user what kind of diff it is.
1013 * not in the range of what we consider "printable" ASCII, display it
1036 mode_t what = isb->zs_mode; local
1039 switch (what & S_IFMT) {

Completed in 117 milliseconds

12