Searched refs:tmp_key (Results 1 – 6 of 6) sorted by relevance
367 uint64_t tmp_key; in __osmv_txnmgr_lookup() local381 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() local429 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()
502 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()
100 char *tmp_key; /* Temporary Buffer for BIG keys */ member
418 if (hashp->tmp_key) in hdestroy()419 free(hashp->tmp_key); in hdestroy()
699 BIGNUM *tmp_key = NULL; in EC_KEY_set_private_key() local771 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()
1421 EVP_PKEY *tmp_key; in do_handshake_internal() local1691 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()