/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() 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()
|
H A D | defs.h | 385 extern Value_t **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 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 D | EVP_KDF-KB.pod | 10 (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 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-X963.pod | 58 This example derives 10 bytes, with the secret key "secret" and sharedinfo
|
H A D | EVP_KDF-TLS1_PRF.pod | 66 This example derives 10 bytes using SHA-256 with the secret key "secret"
|
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-KRB5KDF.pod | 62 This example derives a key using the AES-128-CBC cipher:
|
H A D | EVP_KDF-SSHKDF.pod | 103 This example derives an 8 byte IV using SHA-256 with a 1K "key" and appropriate
|
H A D | EVP_KDF-X942-ASN1.pod | 94 This example derives 24 bytes, with the secret key "secret" and random user
|
H A D | EVP_KDF-SCRYPT.pod | 83 This example derives a 64-byte long test vector using scrypt with the password
|
H A D | EVP_KDF-HKDF.pod | 103 This example derives 10 bytes using SHA-256 with the secret key "secret",
|
/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 | PKCS5_PBKDF2_HMAC.pod | 22 PKCS5_PBKDF2_HMAC() derives a key from a password using a salt and iteration count
|
H A D | EVP_BytesToKey.pod | 18 EVP_BytesToKey() derives a key and IV from various parameters. B<type> is
|
H A D | EVP_PKEY_CTX_set_tls1_prf_md.pod | 73 This example derives 10 bytes using SHA-256 with the secret key "secret"
|
H A D | EVP_PKEY_derive.pod | 38 EVP_PKEY_derive() derives a shared secret using I<ctx>.
|
H A D | EVP_PKEY_CTX_set_hkdf_md.pod | 124 This example derives 10 bytes using SHA-256 with the secret key "secret",
|
/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/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/Bindings/clock/ti/ |
H A D | gate.txt | 21 "ti,clkdm-gate-clock" - clockdomain gate clock, which derives its functional
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | layerscape-pci.txt | 6 This controller derives its clocks from the Reset Configuration Word (RCW)
|