Home
last modified time | relevance | path

Searched refs:derive (Results 1 – 25 of 95) sorted by relevance

1234

/src/crypto/openssl/doc/man7/
H A Dlife_cycle-pkey.pod31 =item derive
33 This state represents the PKEY when it is ready to derive a shared secret.
85 …| derive | | | | EVP_PKEY_verify …
149 …d digest verify verify encrypt decrypt derive encapsulate …
169derive derive derive derive derive derive derive
170 …r derive
171derive
186 …d digest verify verify encrypt decrypt derive encapsulate …
188 …d digest verify verify encrypt decrypt derive encapsulate …
190 …d digest verify verify encrypt decrypt derive encapsulate …
[all …]
H A DEVP_KDF-X942-CONCAT.pod10 used for key agreement to derive a key using input such as a shared secret key
H A DEVP_KEYEXCH-DH.pod82 To derive a shared secret on the host using the host's key and the peer's public
113 Very similar code can be used by the peer to derive the same shared secret
H A DEVP_KDF-PVKKDF.pod40 A typical application of this algorithm is to derive keying material for an
H A DEVP_KDF-ARGON2.pod76 The number of lanes is used to derive the key. It is possible to specify
123 /* derive result */
H A DEVP_KDF-PBKDF1.pod45 A typical application of this algorithm is to derive keying material for an
/src/crypto/openssl/doc/life-cycles/
H A Dpkey.dot12 derive [fontcolor="#FEA303", color="#FEA303"]
35 newed -> derive [label="EVP_PKEY_derive_init", fontcolor="#FEA303", color="#FEA303"];
36derive -> derive [label="EVP_PKEY_derive\nEVP_PKEY_derive_set_peer", fontcolor="#FEA303", color="#…
/src/crypto/openssl/crypto/evp/
H A Dexchange.c87 if (exchange->derive != NULL) in evp_keyexch_from_algorithm()
89 exchange->derive = OSSL_FUNC_keyexch_derive(fns); in evp_keyexch_from_algorithm()
368 if (ctx->pmeth == NULL || ctx->pmeth->derive == NULL) { in EVP_PKEY_derive_init_ex()
450 || !(ctx->pmeth->derive != NULL in EVP_PKEY_derive_set_peer_ex()
531 ret = ctx->op.kex.exchange->derive(ctx->op.kex.algctx, key, pkeylen, in EVP_PKEY_derive()
536 if (ctx->pmeth == NULL || ctx->pmeth->derive == NULL) { in EVP_PKEY_derive()
541 …M_check_autoarg(ctx, key, pkeylen, EVP_F_EVP_PKEY_DERIVE) return ctx->pmeth->derive(ctx, key, pkey… in EVP_PKEY_derive()
H A Dkdf_meth.c101 if (kdf->derive != NULL) in evp_kdf_from_algorithm()
103 kdf->derive = OSSL_FUNC_kdf_derive(fns); in evp_kdf_from_algorithm()
H A Dkdf_lib.c144 return ctx->meth->derive(ctx->algctx, key, keylen, params); in EVP_KDF_derive()
/src/crypto/openssl/doc/man3/
H A DEVP_BytesToKey.pod19 the cipher to derive the key and IV for. B<md> is the message digest to use.
22 B<datal> bytes which is used to derive the keying data. B<count> is the
28 A typical application of this function is to derive keying material for an
37 otherwise a non standard extension is used to derive the extra data.
/src/sys/contrib/device-tree/Bindings/iio/adc/
H A Dpalmas-gpadc.txt27 Values are rounded to derive 0uA, 5uA, 15uA, 20uA.
29 Values are rounded to derive 0uA, 10uA, 400uA, 800uA.
H A Daspeed_adc.txt9 - clocks: Input clock used to derive the sample clock. Expected to be the
/src/sys/contrib/device-tree/Bindings/pwm/
H A Dpwm-rockchip.txt12 - There is one clock that's used both to derive the functional clock
15 - "pwm": This is used to derive the functional clock.
H A Dpwm-sprd.txt10 "pwmn": used to derive the functional clock for PWM channel n (n range: 0 ~ 3).
/src/crypto/krb5/src/lib/crypto/krb/
H A DMakefile.in25 derive.o \
81 $(OUTPRE)derive.$(OBJEXT) \
137 $(srcdir)/derive.c \
/src/sys/contrib/device-tree/Bindings/sound/
H A Dfsl,esai.txt31 derive HCK, SCK and FS.
33 derive HCK, SCK and FS.
/src/krb5/lib/crypto/krb/
H A DMakefile.inc28 derive.c \
/src/contrib/ntp/sntp/libevent/include/
H A Dinclude.am40 ## the source header filename to derive the installed header filename.
/src/contrib/libevent/include/
H A Dinclude.am40 ## the source header filename to derive the installed header filename.
/src/sys/contrib/device-tree/Bindings/clock/
H A Dxgene.txt21 - clock-output-names : shall be the name of the PLL referenced by derive
30 - clock-output-names : shall be the name of the clock referenced by derive
/src/contrib/googletest/googlemock/
H A DREADME.md6 derive better designs of your system and write better tests.
/src/crypto/openssh/
H A DPROTOCOL.key61 The KDF is used to derive a key, IV (and other values required by
/src/sys/contrib/device-tree/Bindings/arm/tegra/
H A Dnvidia,tegra30-actmon.txt4 components in the system. This information can be used to derive the rate at
/src/crypto/openssl/providers/implementations/kdfs/
H A Dkbkdf.c207 static int derive(EVP_MAC_CTX *ctx_init, kbkdf_mode mode, unsigned char *iv, in derive() function
356 ret = derive(ctx->ctx_init, ctx->mode, ctx->iv, ctx->iv_len, ctx->label, in kbkdf_derive()

1234