Searched refs:derived (Results 1 – 25 of 39) sorted by relevance
12
/openssl/doc/man1/ |
H A D | openssl-kdf.pod.in | 24 The key derivation functions generate a derived key from either a secret or 37 The output size of the derived key. This field is required. 45 Output the derived key in binary form. Uses hexadecimal text format if not specified. 113 for binding the derived key material 150 Use TLS1-PRF to create a hex-encoded derived key from a secret key and seed: 155 Use HKDF to create a hex-encoded derived key from a secret key, salt and info: 160 Use SSKDF with KMAC to create a hex-encoded derived key from a secret key, salt and info: 166 Use SSKDF with HMAC to create a hex-encoded derived key from a secret key, salt and info: 178 Use SSHKDF to create a hex-encoded derived key from a secret key, hash and session_id: 186 Use PBKDF2 to create a hex-encoded derived key from a password and salt: [all …]
|
H A D | openssl-version.pod.in | 99 <version> value is derived from the version string in the openssl source, and 100 the <ctx> extension is derived from the B<OSSL_WINCTX> variable. The values of
|
H A D | tsget.pod | 67 of this argument the names of the output files will be derived from the names
|
/openssl/doc/man3/ |
H A D | EVP_BytesToKey.pod | 23 iteration count to use. The derived key and IV will be written to B<key> 44 The key and IV is derived by concatenating D_1, D_2, etc until 59 needed to store the derived key. 60 Otherwise, EVP_BytesToKey() returns the size of the derived key in bytes,
|
H A D | EVP_PKEY_CTX_set_hkdf_md.pod | 45 The derived key returned will be the result after the expand operation. The 49 derived or an error occurs. 57 The digest, key and salt values must be set before a key is derived or an 66 The digest, key and info values must be set before a key is derived or an
|
H A D | OSSL_CMP_MSG_get0_header.pod | 76 =item the public key derived from any key set via L<OSSL_CMP_CTX_set0_newPkey(3)>, 83 =item the public key derived from any client's private key
|
H A D | PKCS5_PBKDF2_HMAC.pod | 42 The derived key will be written to B<out>. The size of the B<out> buffer
|
H A D | EVP_PKEY_CTX_set_tls1_prf_md.pod | 53 The digest, secret value and seed must be set before a key is derived or an
|
H A D | EVP_PKEY_copy_parameters.pod | 56 a public key and that private key equality could be derived from that.
|
H A D | PKCS12_key_gen_utf8_ex.pod | 94 The derived key will be written to I<out>. The size of the I<out> buffer
|
H A D | OPENSSL_s390xcap.pod | 21 with a mask which is derived from the environment variable.
|
H A D | OSSL_HPKE_CTX_new.pod | 305 the private value is derived from initial keying material (IKM), so 314 pointer (I<prov>), and then re-generates the internal secret derived by the 315 sender. As before, an optional I<info> parameter allows binding that derived
|
/openssl/doc/internal/man3/ |
H A D | x509v3_cache_extensions.pod | 6 - cache info on various X.509v3 extensions and further derived certificate data 17 and caches the result of that processing as well as further derived info,
|
H A D | ossl_cmp_certreq_new.pod | 48 The allocate a new message, fill it with the relevant data derived from
|
/openssl/doc/man7/ |
H A D | EVP_KDF-HKDF.pod | 58 The derived key returned will be the result after the expand operation. The 62 derived otherwise an error will occur. 71 The digest, key and salt values must be set before a key is derived otherwise 80 The digest, key and info values must be set before a key is derived otherwise
|
H A D | EVP_KDF-PBKDF2.pod | 56 =item - the derived key length is at least 112 bits. 71 is set to 1 and the derived key length, salt length or iteration count test
|
H A D | EVP_KEYEXCH-DH.pod | 26 If padding is off then the derived shared secret may be smaller than the 28 If padding is on then the derived shared secret will have its first bytes
|
H A D | EVP_KDF-TLS13_KDF.pod | 68 The digest, key and salt values must be set before a key is derived otherwise 77 The digest, key and info values must be set before a key is derived otherwise
|
H A D | EVP_PKEY-RSA.pod | 138 derived if not provided. Setting a nonzero value will cause all 139 needed exponents and coefficients to be derived if not available. Setting this
|
H A D | EVP_KDF-TLS1_PRF.pod | 100 The digest, secret value and seed must be set before a key is derived otherwise
|
H A D | EVP_SIGNATURE-ED25519.pod | 73 signature algorithm is derived from the key type name. The key type name
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_camellia_cts.txt | 12 # not the derived encryption key. 13 # The encryption key was manually derived using:
|
H A D | evpkdf_hmac_drbg.txt | 9 # The Test data (for the positive tests) was derived from a subset of evppkey_dsa_rfc6979.txt
|
/openssl/fuzz/ |
H A D | provider.c | 435 unsigned char derived[32]; in do_evp_kdf() local 449 if (EVP_KDF_derive(kctx, derived, sizeof(derived), NULL) <= 0) { in do_evp_kdf()
|
/openssl/doc/HOWTO/ |
H A D | certificates.txt | 28 somewhere. With OpenSSL, public keys are easily derived from private
|
Completed in 32 milliseconds
12