| /src/tests/dev/cgd/ |
| t_cgdconfig.sh | 38 algorithm adiantum; 57 algorithm adiantum; 65 algorithm adiantum; 91 algorithm adiantum; 112 algorithm adiantum; 133 algorithm adiantum; 139 shared "helloworld" algorithm hkdf-hmac-sha256 \ 155 algorithm adiantum; 161 shared "helloworld" algorithm hkdf-hmac-sha256 \ 179 algorithm adiantum [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| FuzzerShmem.h | 15 #include <algorithm>
|
| FuzzerDictionary.h | 18 #include <algorithm>
|
| FuzzerCommand.h | 19 #include <algorithm>
|
| FuzzerIO.cpp | 15 #include <algorithm>
|
| FuzzerInternal.h | 22 #include <algorithm>
|
| FuzzerCorpus.h | 21 #include <algorithm>
|
| /src/sbin/cgdconfig/ |
| params.c | 103 p->algorithm = NULL; 119 string_free(p->algorithm); 138 if (p2->algorithm) 139 string_assign(&p->algorithm, p2->algorithm); 170 if (p->algorithm == NULL) 172 i = crypt_defaults_lookup(string_tocharstar(p->algorithm)); 177 "algorithm \"%s\"", 178 string_tocharstar(p->algorithm)); 202 if (!p->algorithm) { [all...] |
| cgdlex.l | 94 algorithm { RETTOKEN(ALGORITHM); }
|
| params.h | 54 string_t *algorithm; member in struct:params
|
| cgdconfig.c | 924 p->algorithm = string_fromcharstar(argv[2]); 987 ci.ci_alg = string_tocharstar(p->algorithm); 994 string_tocharstar(p->algorithm), p->keylen, p->bsize, 1390 p->algorithm = string_fromcharstar(argv[0]); 1490 string_free(p->algorithm); 1493 p->algorithm = string_dup(oldp->algorithm);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
| asan_test_utils.h | 32 #include <algorithm>
|
| asan_noinst_test.cc | 25 #include <algorithm>
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| standalone_malloc_test.cc | 5 #include <algorithm>
|
| sanitizer_bitvector_test.cc | 20 #include <algorithm>
|
| sanitizer_format_interceptor_test.cc | 13 #include <algorithm>
|
| sanitizer_libc_test.cc | 11 #include <algorithm>
|
| /src/usr.sbin/racoon/ |
| Makefile | 10 SRCS+= admin.c algorithm.c backupsa.c cfparse.y cftoken.l dnssec.c evt.c \
|
| /src/sys/modules/examples/luareadhappy/ |
| happy.lua | 41 -- have been used. The algorithm is not critical to the implementation 50 -- This following algorithm is designed for numbers of the integer type.
|
| /src/lib/libc/nameser/ |
| ns_print.c | 464 u_int keyflags, protocol, algorithm, key_id; local 471 /* Key flags, Protocol, Algorithm. */ 479 algorithm = *rdata++; 481 keyflags, protocol, algorithm)); 511 u_int typ, algorithm, labels, footprint; local 519 /* Type covered, Algorithm, Label count, Original TTL. */ 521 algorithm = *rdata++; 525 p_type((int)typ), algorithm, labels, t)); 634 /* Algorithm name. */ 1015 unsigned int i, hip_len, algorithm, key_len local [all...] |
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
| netif.h | 271 * This algorithm uses a 'key' as well as the data buffer itself. 441 * This is sent by the frontend to set the desired hash algorithm. 454 * XEN_NETIF_CTRL_STATUS_INVALID_PARAMETER - The algorithm is not 481 * NOTE: A valid hash algorithm must be selected before this operation can 511 * NOTE: A valid hash algorithm must be selected before this operation can 519 * This is sent by the frontend to set the key of the hash if the algorithm 546 * The maximum size of key is algorithm and backend specific, but 937 * alg: The algorithm used to calculate the hash (one of 1004 uint8_t algorithm; member in struct:netif_extra_info::__anon6608::__anon6611
|
| /src/usr.sbin/sysinst/ |
| msg.pm.en | 119 message cgd_iv_fmt {IV algorithm}
|
| /src/sys/arch/m68k/060sp/dist/ |
| ilsp.s | 93 # ALGORITHM *********************************************************** # 96 # or 32-bit divides if possible. Else, use a special math algorithm # 200 # perform the divide algorithm: 279 # This routine uses the 'classical' Algorithm D from Donald Knuth's # 293 # if the divisor msw is 0, use simpler algorithm then the full blown 297 bhi.b lddknuth # go use D. Knuth algorithm 300 # a simpler algorithm may be used : 330 # In this algorithm, the divisor is treated as a 2 digit (word) number 508 # ALGORITHM *********************************************************** # 786 # ALGORITHM *********************************************************** # [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/ |
| mt2712e.dtsi | 704 snps,dcb-algorithm; 715 snps,dcb-algorithm; 720 snps,dcb-algorithm; 725 snps,dcb-algorithm;
|
| /src/usr.bin/make/unit-tests/ |
| varmod-match-escape.mk | 37 # If ParseModifier_Match had used the same parsing algorithm as Var_Subst,
|