Home
last modified time | relevance | path

Searched full:derives (Results 1 – 25 of 121) sorted by relevance

12345

/freebsd/contrib/byacc/
H A Dlr0.c229 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 Dclosure.c33 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 DEVP_KDF-SS.pod10 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 DEVP_KDF-KB.pod10 (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 DEVP_KDF-PBKDF1.pod13 derivation function, as described in RFC 8018; it derives a key from a password
H A DEVP_KDF-PKCS12KDF.pod14 Personal Information Exchange Syntax); it derives a key from a password
H A DEVP_KDF-PBKDF2.pod13 derivation function, as described in SP800-132; it derives a key from a password
H A DEVP_KDF-X963.pod56 This example derives 10 bytes, with the secret key "secret" and sharedinfo
H A DEVP_KDF-TLS1_PRF.pod64 This example derives 10 bytes using SHA-256 with the secret key "secret"
H A DEVP_KDF-KRB5KDF.pod62 This example derives a key using the AES-128-CBC cipher:
/freebsd/secure/lib/libcrypto/man/man7/
H A DEVP_KDF-SS.7144 \&\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 DEVP_KDF-KB.7144 (\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 DSSL_export_keying_material.pod31 SSL_export_keying_material() derives keying material using
34 SSL_export_keying_material_early() is only usable with TLSv1.3, and derives
H A DEVP_BytesToKey.pod18 EVP_BytesToKey() derives a key and IV from various parameters. B<type> is
H A DPKCS5_PBKDF2_HMAC.pod22 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 DStmtVisitor.h33 /// 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 DAllocatorBase.h50 "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 Dpcap-ipf.h12 * The structure largely derives from libpcap which wouldn't include
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_export_keying_material.3166 \&\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 DSearchableTable.td35 // that derives from that class.
60 // derives from that class.
/freebsd/sys/contrib/device-tree/src/arm/arm/
H A Darm-realview-eb-bbrevd.dts23 /* This derives from the Realview Baseboard, and overlays the new ethernet */
/freebsd/contrib/mandoc/
H A Dmandoc.3375 and derives its terminology accordingly.
422 and derives its terminology accordingly.
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunctionUsingABI.h26 // instead of JIT. Class derives from ThreadPlanCallFunction and differs by
/freebsd/contrib/expat/xmlwf/
H A Dfilemap.h38 /* The following limit (for XML_Parse's int len) derives from
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dfsl,layerscape-pcie-ep.yaml15 This controller derives its clocks from the Reset Configuration Word (RCW)

12345