Searched refs:ephemeral (Results 1 – 2 of 2) sorted by relevance
232 struct ecc_keypair ephemeral = { }; in sign() local258 ret = drvcrypt_asym_alloc_ecc_keypair(&ephemeral, in sign()265 ephemeral.curve = key->curve; in sign()266 ret = crypto_acipher_gen_ecc_key(&ephemeral, bits); in sign()273 crypto_bignum_bn2bin_eswap(key->curve, ephemeral.d, k.buf); in sign()274 crypto_bignum_free(&ephemeral.d); in sign()275 crypto_bignum_free(&ephemeral.x); in sign()276 crypto_bignum_free(&ephemeral.y); in sign()
490 * The benchmark program now reports times for both ephemeral and static787 and the ephemeral or psk-ephemeral key exchange mode are enabled.905 one of the key exchange modes using ephemeral keys to a server that1485 * Mbed TLS provides an implementation of a TLS 1.3 server (ephemeral key2146 * Fix a potential side channel vulnerability in ECDSA ephemeral key generation.2948 learn leading bits of the ephemeral key used during ECDSA signatures and to