Home
last modified time | relevance | path

Searched refs:tmp_key (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/ec/
H A Dec_key.c794 BIGNUM *tmp_key = NULL; in EC_KEY_set_private_key() local
866 tmp_key = BN_dup(priv_key); in EC_KEY_set_private_key()
867 if (tmp_key == NULL) in EC_KEY_set_private_key()
870 BN_set_flags(tmp_key, BN_FLG_CONSTTIME); in EC_KEY_set_private_key()
873 if (bn_wexpand(tmp_key, fixed_top) == NULL) { in EC_KEY_set_private_key()
874 BN_clear_free(tmp_key); in EC_KEY_set_private_key()
879 key->priv_key = tmp_key; in EC_KEY_set_private_key()
/openssl/test/helpers/
H A Dhandshake.c1439 EVP_PKEY *tmp_key; in do_handshake_internal() local
1709 if (SSL_get_peer_tmp_key(client.ssl, &tmp_key)) { in do_handshake_internal()
1710 ret->tmp_key_type = pkey_type(tmp_key); in do_handshake_internal()
1711 EVP_PKEY_free(tmp_key); in do_handshake_internal()

Completed in 13 milliseconds