Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_txn.c367 uint64_t tmp_key; in __osmv_txnmgr_lookup() local
381 tmp_key = cl_qmap_key(p_item); in __osmv_txnmgr_lookup()
384 "Found key 0x%016" PRIx64 "\n", tmp_key); in __osmv_txnmgr_lookup()
406 uint64_t tmp_key; in __osmv_txnmgr_insert_txn() local
429 tmp_key = cl_qmap_key(p_item); in __osmv_txnmgr_insert_txn()
432 "Found key 0x%016" PRIx64 "\n", tmp_key); in __osmv_txnmgr_insert_txn()
/freebsd-14.2/lib/libc/db/hash/
H A Dhash_bigkey.c502 key->data = (u_char *)hashp->tmp_key; in __big_keydata()
525 if (hashp->tmp_key != NULL) in collect_key()
526 free(hashp->tmp_key); in collect_key()
527 if ((hashp->tmp_key = (char *)malloc(totlen)) == NULL) in collect_key()
541 memmove(&hashp->tmp_key[len], (bufp->page) + bp[1], mylen); in collect_key()
H A Dhash.h100 char *tmp_key; /* Temporary Buffer for BIG keys */ member
H A Dhash.c418 if (hashp->tmp_key) in hdestroy()
419 free(hashp->tmp_key); in hdestroy()
/freebsd-14.2/crypto/openssl/crypto/ec/
H A Dec_key.c699 BIGNUM *tmp_key = NULL; in EC_KEY_set_private_key() local
771 tmp_key = BN_dup(priv_key); in EC_KEY_set_private_key()
772 if (tmp_key == NULL) in EC_KEY_set_private_key()
775 BN_set_flags(tmp_key, BN_FLG_CONSTTIME); in EC_KEY_set_private_key()
778 if (bn_wexpand(tmp_key, fixed_top) == NULL) { in EC_KEY_set_private_key()
779 BN_clear_free(tmp_key); in EC_KEY_set_private_key()
784 key->priv_key = tmp_key; in EC_KEY_set_private_key()
/freebsd-14.2/crypto/openssl/test/helpers/
H A Dhandshake.c1421 EVP_PKEY *tmp_key; in do_handshake_internal() local
1691 if (SSL_get_peer_tmp_key(client.ssl, &tmp_key)) { in do_handshake_internal()
1692 ret->tmp_key_type = pkey_type(tmp_key); in do_handshake_internal()
1693 EVP_PKEY_free(tmp_key); in do_handshake_internal()