Lines Matching refs:secret

604 …oup/group__derivation/#group__derivation_1ga0ddfbe764baba995c402b1b0ef59392e) for the secret input.
1111 …_derivation_1ga90fdd2716124d0bd258826184824675f) to calculate the shared secret from your private …
1114 …f) instead of `psa_raw_key_agreement` to use the resulting shared secret as the secret input to a …
1125 …* `mbedtls_mpi z` for the shared secret (this may be the same variable as `our_priv` when doing ep…
1129 …` on `grp`, `z` (output), `their_pub` and `our_priv`. Use the raw shared secret `z`, typically, to…
1144 …Alternatively, call `psa_key_derivation_key_agreement` to use the shared secret directly in a key …
1159 …, then call `mbedtls_ecdh_calc_secret` or `mbedtls_dhm_calc_secret` to calculate the shared secret.
1171 …Alternatively, call `psa_key_derivation_key_agreement` to use the shared secret directly in a key …
1183 4. Call `mbedtls_ecdh_calc_secret` or `mbedtls_dhm_calc_secret` to calculate the shared secret.
1194 …Alternatively, call `psa_key_derivation_key_agreement` to use the shared secret directly in a key …
1204 … API only uses the peer's public key to immediately calculate the shared secret. If your applicati…
1211 … API only uses the peer's public key to immediately calculate the shared secret. If your applicati…
1212 * `mbedtls_dhm_get_value` for `MBEDTLS_DHM_PARAM_K` (shared secret): this is the value calculated b…
1322 * The legacy API always applies the key derivation specified by TLS 1.2 to the shared secret. With …