/freebsd/contrib/byacc/ |
H A D | lr0.c | 229 start_derives = derives[start_symbol]; in initialize_states() 491 derives = NEW2(nsyms, Value_t *); in set_derives() 497 derives[lhs] = rules + k; in set_derives() 526 printf("%s derives ", symbol_name[i]); in print_derives() 527 for (sp = derives[i]; *sp >= 0; sp++) in print_derives() 599 if (derives) in lr0_leaks() 601 if (derives[start_symbol] != rules) in lr0_leaks() 603 DO_FREE(derives[start_symbol]); in lr0_leaks() 605 DO_FREE(derives); in lr0_leaks()
|
H A D | closure.c | 33 Value_t *sp = derives[i]; in set_EFF() 88 rp = derives[j]; in set_first_derives() 232 printf("\n\n\nFirst Derives\n"); in print_first_derives() 236 printf("\n%s derives\n", symbol_name[i]); in print_first_derives()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_KDF-SS.pod | 10 SSKDF derives a key using input such as a shared secret key (that was generated 78 This example derives 10 bytes using H(x) = SHA-256, with the secret key "secret" 103 This example derives 10 bytes using H(x) = HMAC(SHA-256), with the secret key "secret", 132 This example derives 10 bytes using H(x) = KMAC128(x,salt,outlen), with the secret key "secret"
|
H A D | EVP_KDF-KB.pod | 10 (KBKDF). KBKDF derives a key from repeated application of a keyed MAC to an 88 This example derives 10 bytes using COUNTER-HMAC-SHA256, with KI "secret", 116 This example derives 10 bytes using FEEDBACK-CMAC-AES256, with KI "secret",
|
H A D | EVP_KDF-PBKDF1.pod | 13 derivation function, as described in RFC 8018; it derives a key from a password
|
H A D | EVP_KDF-PKCS12KDF.pod | 14 Personal Information Exchange Syntax); it derives a key from a password
|
H A D | EVP_KDF-PBKDF2.pod | 13 derivation function, as described in SP800-132; it derives a key from a password
|
H A D | EVP_KDF-X963.pod | 56 This example derives 10 bytes, with the secret key "secret" and sharedinfo
|
H A D | EVP_KDF-TLS1_PRF.pod | 64 This example derives 10 bytes using SHA-256 with the secret key "secret"
|
H A D | EVP_KDF-KRB5KDF.pod | 62 This example derives a key using the AES-128-CBC cipher:
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | EVP_KDF-SS.7 | 144 \&\s-1SSKDF\s0 derives a key using input such as a shared secret key (that was generated 211 This example derives 10 bytes using H(x) = \s-1SHA\-256,\s0 with the secret key \*(L"secret\*(R" 238 This example derives 10 bytes using H(x) = \s-1HMAC\s0(\s-1SHA\-256\s0), with the secret key \*(L"s… 269 This example derives 10 bytes using H(x) = \s-1KMAC128\s0(x,salt,outlen), with the secret key \*(L"…
|
H A D | EVP_KDF-KB.7 | 144 (\s-1KBKDF\s0). \s-1KBKDF\s0 derives a key from repeated application of a keyed \s-1MAC\s0 to an 223 This example derives 10 bytes using \s-1COUNTER\-HMAC\-SHA256,\s0 with \s-1KI\s0 \*(L"secret\*(R", 253 This example derives 10 bytes using \s-1FEEDBACK\-CMAC\-AES256,\s0 with \s-1KI\s0 \*(L"secret\*(R",
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_export_keying_material.pod | 31 SSL_export_keying_material() derives keying material using 34 SSL_export_keying_material_early() is only usable with TLSv1.3, and derives
|
H A D | EVP_BytesToKey.pod | 18 EVP_BytesToKey() derives a key and IV from various parameters. B<type> is
|
H A D | PKCS5_PBKDF2_HMAC.pod | 22 PKCS5_PBKDF2_HMAC() derives a key from a password using a salt and iteration count
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtVisitor.h | 33 /// subclasses. Since Expr derives from Stmt, this also includes support for 179 /// Since Expr derives from Stmt, this also includes support for visiting Exprs. 189 /// subclasses. Since Expr derives from Stmt, this also includes support for
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | AllocatorBase.h | 50 "Class derives from AllocatorBase without implementing the " in Allocate() 65 "Class derives from AllocatorBase without implementing the " in Deallocate()
|
/freebsd/sbin/ipf/common/ |
H A D | pcap-ipf.h | 12 * The structure largely derives from libpcap which wouldn't include
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_export_keying_material.3 | 166 \&\fBSSL_export_keying_material()\fR derives keying material using 169 \&\fBSSL_export_keying_material_early()\fR is only usable with TLSv1.3, and derives
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | SearchableTable.td | 35 // that derives from that class. 60 // derives from that class.
|
/freebsd/sys/contrib/device-tree/src/arm/arm/ |
H A D | arm-realview-eb-bbrevd.dts | 23 /* This derives from the Realview Baseboard, and overlays the new ethernet */
|
/freebsd/contrib/mandoc/ |
H A D | mandoc.3 | 375 and derives its terminology accordingly. 422 and derives its terminology accordingly.
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadPlanCallFunctionUsingABI.h | 26 // instead of JIT. Class derives from ThreadPlanCallFunction and differs by
|
/freebsd/contrib/expat/xmlwf/ |
H A D | filemap.h | 38 /* The following limit (for XML_Parse's int len) derives from
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | fsl,layerscape-pcie-ep.yaml | 15 This controller derives its clocks from the Reset Configuration Word (RCW)
|