Home
last modified time | relevance | path

Searched refs:derives (Results 1 – 25 of 34) sorted by relevance

12

/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()
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()
H A Ddefs.h385 extern Value_t **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
80 This example derives 10 bytes using H(x) = SHA-256, with the secret key "secret"
105 This example derives 10 bytes using H(x) = HMAC(SHA-256), with the secret key "secret",
134 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
90 This example derives 10 bytes using COUNTER-HMAC-SHA256, with KI "secret",
118 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-X963.pod58 This example derives 10 bytes, with the secret key "secret" and sharedinfo
H A DEVP_KDF-TLS1_PRF.pod66 This example derives 10 bytes using SHA-256 with the secret key "secret"
H A DEVP_KDF-PBKDF2.pod13 derivation function, as described in SP800-132; it derives a key from a password
H A DEVP_KDF-KRB5KDF.pod62 This example derives a key using the AES-128-CBC cipher:
H A DEVP_KDF-SSHKDF.pod103 This example derives an 8 byte IV using SHA-256 with a 1K "key" and appropriate
H A DEVP_KDF-X942-ASN1.pod94 This example derives 24 bytes, with the secret key "secret" and random user
H A DEVP_KDF-SCRYPT.pod83 This example derives a 64-byte long test vector using scrypt with the password
H A DEVP_KDF-HKDF.pod103 This example derives 10 bytes using SHA-256 with the secret key "secret",
/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 DPKCS5_PBKDF2_HMAC.pod22 PKCS5_PBKDF2_HMAC() derives a key from a password using a salt and iteration count
H A DEVP_BytesToKey.pod18 EVP_BytesToKey() derives a key and IV from various parameters. B<type> is
H A DEVP_PKEY_CTX_set_tls1_prf_md.pod73 This example derives 10 bytes using SHA-256 with the secret key "secret"
H A DEVP_PKEY_derive.pod38 EVP_PKEY_derive() derives a shared secret using I<ctx>.
H A DEVP_PKEY_CTX_set_hkdf_md.pod124 This example derives 10 bytes using SHA-256 with the secret key "secret",
/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/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/Bindings/clock/ti/
H A Dgate.txt21 "ti,clkdm-gate-clock" - clockdomain gate clock, which derives its functional
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dlayerscape-pci.txt6 This controller derives its clocks from the Reset Configuration Word (RCW)

12