Lines Matching refs:shared
1111 …p__key__derivation_1ga90fdd2716124d0bd258826184824675f) to calculate the shared secret from your p…
1114 …04ec442db78745f) instead of `psa_raw_key_agreement` to use the resulting shared secret as the secr…
1125 …* `mbedtls_mpi z` for the shared secret (this may be the same variable as `our_priv` when doing ep…
1129 … (output), `their_pub` and `our_priv`. Use the raw shared secret `z`, typically, to construct a sh…
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 …the PSA API only uses the peer's public key to immediately calculate the shared secret. If your ap…
1211 …the PSA API only uses the peer's public key to immediately calculate the shared secret. If your ap…
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 …