| /freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evppkey_ml_dsa_65_wycheproof_sign.txt | 59 # 6 signature that takes 1 iteration(s) 67 # 7 signature that takes 2 iteration(s) 75 # 8 signature that takes 3 iteration(s) 83 # 9 signature that takes 4 iteration(s) 91 # 10 signature that takes 5 iteration(s) 99 # 11 signature that takes 6 iteration(s) 107 # 12 signature that takes 7 iteration(s) 115 # 13 signature that takes 8 iteration(s) 123 # 14 signature that takes 9 iteration(s) 131 # 15 signature that takes 10 iteration(s) [all …]
|
| H A D | evppkey_ml_dsa_44_wycheproof_sign.txt | 59 # 6 signature that takes 1 iteration(s) 67 # 7 signature that takes 2 iteration(s) 75 # 8 signature that takes 3 iteration(s) 83 # 9 signature that takes 4 iteration(s) 91 # 10 signature that takes 5 iteration(s) 99 # 11 signature that takes 6 iteration(s) 107 # 12 signature that takes 7 iteration(s) 115 # 13 signature that takes 8 iteration(s) 123 # 14 signature that takes 9 iteration(s) 131 # 15 signature that takes 10 iteration(s) [all …]
|
| H A D | evppkey_ml_dsa_87_wycheproof_sign.txt | 59 # 6 signature that takes 1 iteration(s) 67 # 7 signature that takes 2 iteration(s) 75 # 8 signature that takes 3 iteration(s) 83 # 9 signature that takes 4 iteration(s) 91 # 10 signature that takes 5 iteration(s) 99 # 11 signature that takes 6 iteration(s) 107 # 12 signature that takes 7 iteration(s) 115 # 13 signature that takes 8 iteration(s) 123 # 14 signature that takes 9 iteration(s) 131 # 15 signature that takes 10 iteration(s) [all …]
|
| H A D | evppkey_ml_dsa_65_wycheproof_verify.txt | 194 # 21 signature that takes 1 iteration(s) 202 # 22 signature that takes 2 iteration(s) 210 # 23 signature that takes 3 iteration(s) 218 # 24 signature that takes 4 iteration(s) 226 # 25 signature that takes 5 iteration(s) 234 # 26 signature that takes 6 iteration(s) 242 # 27 signature that takes 7 iteration(s) 250 # 28 signature that takes 8 iteration(s) 258 # 29 signature that takes 9 iteration(s) 266 # 30 signature that takes 10 iteration(s) [all …]
|
| H A D | evppkey_ml_dsa_44_wycheproof_verify.txt | 185 # 20 signature that takes 1 iteration(s) 193 # 21 signature that takes 2 iteration(s) 201 # 22 signature that takes 3 iteration(s) 209 # 23 signature that takes 4 iteration(s) 217 # 24 signature that takes 5 iteration(s) 225 # 25 signature that takes 6 iteration(s) 233 # 26 signature that takes 7 iteration(s) 241 # 27 signature that takes 8 iteration(s) 249 # 28 signature that takes 9 iteration(s) 257 # 29 signature that takes 10 iteration(s) [all …]
|
| H A D | evppkey_ml_dsa_87_wycheproof_verify.txt | 212 # 23 signature that takes 1 iteration(s) 220 # 24 signature that takes 2 iteration(s) 228 # 25 signature that takes 3 iteration(s) 236 # 26 signature that takes 4 iteration(s) 244 # 27 signature that takes 5 iteration(s) 252 # 28 signature that takes 6 iteration(s) 260 # 29 signature that takes 7 iteration(s) 268 # 30 signature that takes 8 iteration(s) 276 # 31 signature that takes 9 iteration(s) 284 # 32 signature that takes 10 iteration(s) [all …]
|
| /freebsd/sys/modules/zfs/ |
| H A D | zfs_config.h | 108 /* bio_alloc() takes 4 arguments */ 129 /* blkdev_get_by_path() exists and takes 4 args */ 171 /* blk_alloc_disk() exists and takes 2 args */ 207 /* Define if getgeo() in block_device_operations takes struct gendisk * as its 211 /* Define if release() in block_device_operations takes 1 arg */ 241 /* 3-arg dequeue_signal() takes a type argument */ 244 /* dequeue_signal() takes 4 arguments */ 262 /* dops->d_revalidate() takes 4 args */ 316 /* iops->get_acl() takes rcu */ 328 /* iops->getattr() takes struct mnt_idmap* */ [all …]
|
| /freebsd/include/rpcsvc/ |
| H A D | yp_prot.h | 40 * YPPROC_NULL takes (void), returns (void). 42 * YPPROC_DOMAIN takes (char *), returns (bool_t). 44 * YPPROC_DOMAIN_NOACK takes (char *), returns (bool_t). 48 * YPPROC_MATCH takes (struct ypreq_key), returns (struct ypresp_val) 50 * YPPROC_FIRST takes (struct ypreq_nokey) returns (ypresp_key_val). 52 * YPPROC_NEXT takes (struct ypreq_key) returns (ypresp_key_val). 54 * YPPROC_XFR takes (struct ypreq_xfr), returns (void). 57 * YPPROC_CLEAR takes (void), returns (void). 60 * YPPROC_ALL takes (struct ypreq_nokey), returns (bool_t and 65 * YPPROC_MASTER takes (struc [all...] |
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-inode-getattr.m4 | 66 AC_MSG_CHECKING([whether iops->getattr() takes mnt_idmap]) 70 [iops->getattr() takes struct mnt_idmap*]) 76 AC_MSG_CHECKING([whether iops->getattr() takes user_namespace]) 80 [iops->getattr() takes struct user_namespace*]) 87 AC_MSG_CHECKING([whether iops->getattr() takes a path]) 91 [iops->getattr() takes a path])
|
| H A D | kernel-inode-permission.m4 | 4 dnl # iops->permission() now takes struct mnt_idmap* 39 AC_MSG_CHECKING([whether iops->permission() takes struct mnt_idmap*]) 43 [iops->permission() takes struct mnt_idmap*]) 47 AC_MSG_CHECKING([whether iops->permission() takes struct user_namespace*]) 51 [iops->permission() takes struct user_namespace*])
|
| H A D | kernel-is_owner_or_cap.m4 | 8 dnl # inode_owner_or_capable() now takes struct user_namespace * 45 [whether inode_owner_or_capable() takes user_ns]) 49 [inode_owner_or_capable() takes user_ns]) 53 [whether inode_owner_or_capable() takes mnt_idmap]) 57 [inode_owner_or_capable() takes mnt_idmap])
|
| H A D | kernel-mkdir.m4 | 23 dnl # mkdir() takes struct mnt_idmap * as the first arg 91 dnl # mkdir() takes struct mnt_idmap * as the first arg 93 AC_MSG_CHECKING([whether iops->mkdir() takes struct mnt_idmap*]) 97 [iops->mkdir() takes struct mnt_idmap*]) 106 AC_MSG_CHECKING([whether iops->mkdir() takes struct user_namespace*]) 110 [iops->mkdir() takes struct user_namespace*])
|
| H A D | kernel-block-device-operations.m4 | 75 AC_MSG_CHECKING([whether bops->release() is void and takes 2 args]) 80 AC_MSG_CHECKING([whether bops->release() is void and takes 1 arg]) 84 [Define if release() in block_device_operations takes 1 arg]) 124 dnl # block_device_operation->getgeo takes struct gendisk* as first arg 144 AC_MSG_CHECKING([whether bops->getgeo() takes gendisk as first arg]) 148 [Define if getgeo() in block_device_operations takes struct gendisk * as its first arg])
|
| H A D | kernel-mknod.m4 | 40 AC_MSG_CHECKING([whether iops->mknod() takes struct mnt_idmap*]) 44 [iops->mknod() takes struct mnt_idmap*]) 47 AC_MSG_CHECKING([whether iops->mknod() takes struct user_namespace*]) 51 [iops->mknod() takes struct user_namespace*])
|
| H A D | kernel-symlink.m4 | 38 AC_MSG_CHECKING([whether iops->symlink() takes struct mnt_idmap*]) 42 [iops->symlink() takes struct mnt_idmap*]) 46 AC_MSG_CHECKING([whether iops->symlink() takes struct user_namespace*]) 50 [iops->symlink() takes struct user_namespace*])
|
| H A D | kernel-inode-setattr.m4 | 46 AC_MSG_CHECKING([whether iops->setattr() takes mnt_idmap]) 50 [iops->setattr() takes struct mnt_idmap*]) 56 AC_MSG_CHECKING([whether iops->setattr() takes user_namespace]) 60 [iops->setattr() takes struct user_namespace*])
|
| /freebsd/contrib/pam-krb5/m4/ |
| H A D | krb5-pkinit.m4 | 8 dnl and defines HAVE_KRB5_GET_INIT_CREDS_OPT_SET_PKINIT_9_ARGS if it takes 36 dnl Check whether krb5_get_init_creds_opt_set_pkinit takes eleven arguments 38 dnl HAVE_KRB5_GET_INIT_CREDS_OPT_SET_PKINIT_9_ARGS if it takes nine arguments. 40 [AC_CACHE_CHECK([if krb5_get_init_creds_opt_set_pkinit takes 9 arguments], 47 [Define if krb5_get_init_creds_opt_set_pkinit takes 9 arguments.])])])
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | OSSL_STORE_LOADER.3 | 227 \&\fBOSSL_STORE_open_ex_fn\fR takes a URI and is expected to 229 loader implements. It also takes a \fBUI_METHOD\fR and associated data, 243 This function takes a \fBBIO\fR, otherwise works like 247 This function takes a \fBOSSL_STORE_LOADER_CTX\fR pointer, a command number 258 This function takes a \fBOSSL_STORE_LOADER_CTX\fR pointer and a \fBOSSL_STORE_INFO\fR 266 This function takes a \fBOSSL_STORE_LOADER_CTX\fR pointer and a 277 This function takes a \fBOSSL_STORE_LOADER_CTX\fR pointer and a \fBUI_METHOD\fR 290 This function takes a \fBOSSL_STORE_LOADER_CTX\fR pointer and is expected to 295 This function takes a \fBOSSL_STORE_LOADER_CTX\fR pointer and is expected to 301 This function takes a \fBOSSL_STORE_LOADER_CTX\fR pointer and is expected to [all …]
|
| /freebsd/lib/libc/db/hash/ |
| H A D | README | 9 Takes 16 Takes 25 Takes 35 Takes 65 allocated memory while hash takes care of all storage management. The down
|
| /freebsd/share/man/man4/ |
| H A D | openfirm.4 | 145 Takes nothing and returns the package handle of the 151 Takes the package handle of a node and returns the package handle of the next 160 Takes the package handle of a node and returns the package handle of the first 170 Takes the package handle of a node and the name of a property. 179 Takes the package handle of a node and the name of a property. 189 Takes the package handle of a node, 206 Takes the package handle of a node and the name of a property. 214 Takes the name or alias name of a device node.
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/ |
| H A D | README | 10 Takes 17 Takes 26 Takes 36 Takes 70 allocated memory while hash takes care of all storage management. The down
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_STORE_LOADER.pod | 170 B<OSSL_STORE_open_ex_fn> takes a URI and is expected to 172 loader implements. It also takes a B<UI_METHOD> and associated data, 187 This function takes a B<BIO>, otherwise works like 192 This function takes a B<OSSL_STORE_LOADER_CTX> pointer, a command number 211 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and a B<OSSL_STORE_INFO> 220 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and a 232 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and a B<UI_METHOD> 246 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and is expected to 252 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and is expected to 259 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and is expected to [all …]
|
| /freebsd/contrib/atf/atf-sh/ |
| H A D | atf-sh.3 | 157 function, which takes a first parameter specifying the test case's 186 function, which takes the name of a test case as its single parameter. 196 The former takes a single parameter specifying a variable name and returns 199 If it takes only one, it specifies the variable from which to get the 201 If it takes two, the second one specifies a default value to be returned 217 function, which takes the name of a single kernel module. 225 function, which takes the base name or full path of a single binary. 324 This function takes two expressions, evaluates them and, if their 329 This function takes two expressions, evaluates them and, if their
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | invoke-ntpd.texi | 288 This option takes a string argument. 297 This option takes a string argument. 351 This option takes a string argument. 377 This option takes a string argument @file{iface}. 396 This option takes a string argument. 408 This option takes a string argument. 452 This option takes a string argument. 464 This option takes a number argument. 500 This option takes a string argument. 507 This option takes [all...] |
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | OPTIONS.pod | 95 it takes (if any), and an optional "help" string. It is a C<struct> 185 of the parameters a command takes. These should appear at the end of 199 The opt_init() function takes the I<argc> and I<argv> arguments given to main() 203 The opt_progname() function takes the full pathname C<argv[0]> in its I<arg0> 208 The opt_appname() function takes in its I<argv0> parameter 215 The opt_help() function takes a list of option definitions and prints a 251 opt_md() takes the specified I<name> and fills in the digest into I<mdp>. 253 each takes the specified I<name> and fills in the cipher into I<cipherp>. 271 The opt_format() function takes a string value, 282 The opt_pair() function takes a list of I<pairs>, each of which
|