Searched refs:tmp_key (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/ofed/opensm/libvendor/ |
| H A D | osm_vendor_mlx_txn.c | 367 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/lib/libc/db/hash/ |
| H A D | hash_bigkey.c | 499 key->data = (u_char *)hashp->tmp_key; in __big_keydata() 522 if (hashp->tmp_key != NULL) in collect_key() 523 free(hashp->tmp_key); in collect_key() 524 if ((hashp->tmp_key = (char *)malloc(totlen)) == NULL) in collect_key() 538 memmove(&hashp->tmp_key[len], (bufp->page) + bp[1], mylen); in collect_key()
|
| H A D | hash.h | 98 char *tmp_key; /* Temporary Buffer for BIG keys */ member
|
| H A D | hash.c | 415 if (hashp->tmp_key) in hdestroy() 416 free(hashp->tmp_key); in hdestroy()
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ec_key.c | 790 BIGNUM *tmp_key = NULL; in EC_KEY_set_private_key() local 862 tmp_key = BN_dup(priv_key); in EC_KEY_set_private_key() 863 if (tmp_key == NULL) in EC_KEY_set_private_key() 866 BN_set_flags(tmp_key, BN_FLG_CONSTTIME); in EC_KEY_set_private_key() 869 if (bn_wexpand(tmp_key, fixed_top) == NULL) { in EC_KEY_set_private_key() 870 BN_clear_free(tmp_key); in EC_KEY_set_private_key() 875 key->priv_key = tmp_key; in EC_KEY_set_private_key()
|
| /freebsd/crypto/krb5/src/lib/kdb/ |
| H A D | kdb5.c | 1230 krb5_keyblock tmp_key; in krb5_db_fetch_mkey() local 1232 memset(&tmp_key, 0, sizeof(tmp_key)); in krb5_db_fetch_mkey() 1287 tmp_key.enctype = ENCTYPE_UNKNOWN; in krb5_db_fetch_mkey() 1290 retval = v->fetch_master_key(context, mname, &tmp_key, kvno, db_args); in krb5_db_fetch_mkey() 1295 key->contents = k5memdup(tmp_key.contents, tmp_key.length, &retval); in krb5_db_fetch_mkey() 1299 key->magic = tmp_key.magic; in krb5_db_fetch_mkey() 1300 key->enctype = tmp_key.enctype; in krb5_db_fetch_mkey() 1301 key->length = tmp_key.length; in krb5_db_fetch_mkey() 1305 zapfree(tmp_key.contents, tmp_key.length); in krb5_db_fetch_mkey()
|
| /freebsd/crypto/openssl/test/helpers/ |
| H A D | handshake.c | 1435 EVP_PKEY *tmp_key; in do_handshake_internal() local 1705 if (SSL_get_peer_tmp_key(client.ssl, &tmp_key)) { in do_handshake_internal() 1706 ret->tmp_key_type = pkey_type(tmp_key); in do_handshake_internal() 1707 EVP_PKEY_free(tmp_key); in do_handshake_internal()
|