/freebsd/crypto/openssl/doc/man7/ |
H A D | life_cycle-pkey.pod | 31 =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 … 169 … derive derive derive derive derive derive derive … 170 …r derive 171 … derive 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 D | EVP_KEYEXCH-DH.pod | 84 To derive a shared secret on the host using the host's key and the peer's public 115 Very similar code can be used by the peer to derive the same shared secret
|
H A D | EVP_KDF-X942-CONCAT.pod | 10 used for key agreement to derive a key using input such as a shared secret key
|
H A D | EVP_KDF-PBKDF1.pod | 45 A typical application of this algorithm is to derive keying material for an
|
H A D | EVP_KDF-PKCS12KDF.pod | 52 A typical application of this algorithm is to derive keying material for an
|
/freebsd/crypto/openssl/doc/life-cycles/ |
H A D | pkey.dot | 12 derive [fontcolor="#FEA303", color="#FEA303"] 35 newed -> derive [label="EVP_PKEY_derive_init", fontcolor="#FEA303", color="#FEA303"]; 36 …derive -> derive [label="EVP_PKEY_derive\nEVP_PKEY_derive_set_peer", fontcolor="#FEA303", color="#…
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | exchange.c | 81 if (exchange->derive != NULL) in evp_keyexch_from_algorithm() 83 exchange->derive = OSSL_FUNC_keyexch_derive(fns); in evp_keyexch_from_algorithm() 362 if (ctx->pmeth == NULL || ctx->pmeth->derive == NULL) { in EVP_PKEY_derive_init_ex() 440 || !(ctx->pmeth->derive != NULL in EVP_PKEY_derive_set_peer_ex() 522 ret = ctx->op.kex.exchange->derive(ctx->op.kex.algctx, key, pkeylen, in EVP_PKEY_derive() 527 if (ctx->pmeth == NULL || ctx->pmeth->derive == NULL) { in EVP_PKEY_derive() 533 return ctx->pmeth->derive(ctx, key, pkeylen); in EVP_PKEY_derive()
|
H A D | kdf_meth.c | 103 if (kdf->derive != NULL) in evp_kdf_from_algorithm() 105 kdf->derive = OSSL_FUNC_kdf_derive(fns); in evp_kdf_from_algorithm()
|
H A D | kdf_lib.c | 146 return ctx->meth->derive(ctx->algctx, key, keylen, params); in EVP_KDF_derive()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_BytesToKey.pod | 19 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.
|
H A D | EVP_PKEY_meth_new.pod | 114 int (*derive) (EVP_PKEY_CTX *ctx, 349 int (*derive) (EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen); 351 The derive_init() and derive() methods are used to derive the shared secret
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | palmas-gpadc.txt | 27 Values are rounded to derive 0uA, 5uA, 15uA, 20uA. 29 Values are rounded to derive 0uA, 10uA, 400uA, 800uA.
|
H A D | aspeed_adc.txt | 9 - clocks: Input clock used to derive the sample clock. Expected to be the
|
/freebsd/sys/contrib/device-tree/Bindings/pwm/ |
H A D | pwm-rockchip.txt | 12 - 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 D | pwm-sprd.txt | 10 "pwmn": used to derive the functional clock for PWM channel n (n range: 0 ~ 3).
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | fsl,esai.txt | 31 derive HCK, SCK and FS. 33 derive HCK, SCK and FS.
|
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | kbkdf.c | 151 static int derive(EVP_MAC_CTX *ctx_init, kbkdf_mode mode, unsigned char *iv, in derive() function 258 ret = derive(ctx->ctx_init, ctx->mode, ctx->iv, ctx->iv_len, ctx->label, in kbkdf_derive()
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | xgene.txt | 21 - 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
|
/freebsd/contrib/ntp/sntp/libevent/include/ |
H A D | include.am | 40 ## the source header filename to derive the installed header filename.
|
/freebsd/contrib/libevent/include/ |
H A D | include.am | 40 ## the source header filename to derive the installed header filename.
|
/freebsd/contrib/googletest/googlemock/ |
H A D | README.md | 6 derive better designs of your system and write better tests.
|
/freebsd/crypto/openssh/ |
H A D | PROTOCOL.key | 61 The KDF is used to derive a key, IV (and other values required by
|
/freebsd/sys/contrib/device-tree/Bindings/arm/tegra/ |
H A D | nvidia,tegra30-actmon.txt | 4 components in the system. This information can be used to derive the rate at
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-pkeyutl.pod.in | 30 [B<-derive>] 176 =item B<-derive> 340 The EC algorithm supports sign, verify and derive operations. The sign and 341 verify operations use ECDSA and derive uses ECDH. SHA1 is assumed by default for 404 openssl pkeyutl -derive -inkey key.pem -peerkey pubkey.pem -out secret
|
/freebsd/sys/contrib/device-tree/Bindings/serial/ |
H A D | mvebu-uart.txt | 13 - clocks: UART reference clock used to derive the baudrate. If no clock
|