Home
last modified time | relevance | path

Searched refs:tmpkey (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcslog.h56 TSS_KEY tmpkey; \
58 if (!UnloadBlob_TSS_KEY(&offset, b, &tmpkey)) { \
59 LogDebugKey(tmpkey); \
60 destroy_key_refs(&tmpkey); \
/netbsd-src/common/lib/libprop/
H A Dprop_dictionary.c1269 char *tmpkey; in _prop_dictionary_internalize() local
1284 tmpkey = _PROP_MALLOC(PDK_MAXKEY + 1, M_TEMP); in _prop_dictionary_internalize()
1285 if (tmpkey == NULL) { in _prop_dictionary_internalize()
1295 return _prop_dictionary_internalize_body(stack, obj, ctx, tmpkey); in _prop_dictionary_internalize()
1303 char *tmpkey = data; in _prop_dictionary_internalize_continue() local
1305 _PROP_ASSERT(tmpkey != NULL); in _prop_dictionary_internalize_continue()
1308 prop_dictionary_set(dict, tmpkey, child) == false) { in _prop_dictionary_internalize_continue()
1309 _PROP_FREE(tmpkey, M_TEMP); in _prop_dictionary_internalize_continue()
1323 return _prop_dictionary_internalize_body(stack, obj, ctx, tmpkey); in _prop_dictionary_internalize_continue()
1328 struct _prop_object_internalize_context *ctx, char *tmpkey) in _prop_dictionary_internalize_body() argument
[all …]
/netbsd-src/sys/net80211/
H A Dieee80211_ioctl.c1322 u_int8_t tmpkey[IEEE80211_KEYBUF_SIZE]; in ieee80211_ioctl_get80211_fbsd() local
1365 memcpy(tmpkey, ic->ic_nw_keys[kid].wk_key, len); in ieee80211_ioctl_get80211_fbsd()
1367 memset(tmpkey, 0, len); in ieee80211_ioctl_get80211_fbsd()
1370 error = copyout(tmpkey, ireq->i_data, len); in ieee80211_ioctl_get80211_fbsd()
2045 u_int8_t tmpkey[IEEE80211_KEYBUF_SIZE]; in ieee80211_ioctl_set80211() local
2100 if (ireq->i_len > sizeof(tmpkey)) in ieee80211_ioctl_set80211()
2102 memset(tmpkey, 0, sizeof(tmpkey)); in ieee80211_ioctl_set80211()
2103 error = copyin(ireq->i_data, tmpkey, ireq->i_len); in ieee80211_ioctl_set80211()
2111 memcpy(k->wk_key, tmpkey, sizeof(tmpkey)); in ieee80211_ioctl_set80211()
2574 u_int8_t tmpkey[IEEE80211_WEP_NKID][IEEE80211_KEYBUF_SIZE]; in ieee80211_ioctl() local
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dview.c2000 dns_rdata_dnskey_t tmpkey; in dns_view_untrust() local
2015 tmpkey = *dnskey; in dns_view_untrust()
2016 tmpkey.flags &= ~DNS_KEYFLAG_REVOKE; in dns_view_untrust()
2018 result = dns_keytable_deletekey(sr, keyname, &tmpkey); in dns_view_untrust()
2057 dns_rdata_dnskey_t tmpkey = *dnskey; in dns_view_istrusted() local
2060 dns_rdataclass_t rdclass = tmpkey.common.rdclass; in dns_view_istrusted()
2066 tmpkey.flags &= ~DNS_KEYFLAG_REVOKE; in dns_view_istrusted()
2071 &tmpkey, &b); in dns_view_istrusted()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dview.c1650 dns_rdata_dnskey_t tmpkey; in dns_view_gettransport()
1665 tmpkey = *dnskey; in dns_view_getpeertsig()
1666 tmpkey.flags &= ~DNS_KEYFLAG_REVOKE; in dns_view_getpeertsig()
1668 result = dns_keytable_deletekey(sr, keyname, &tmpkey); in dns_view_getpeertsig()
1707 dns_rdata_dnskey_t tmpkey = *dnskey; in dns_view_flushcache()
1710 dns_rdataclass_t rdclass = tmpkey.common.rdclass; in dns_view_flushcache()
1716 tmpkey.flags &= ~DNS_KEYFLAG_REVOKE; in dns_view_flushcache()
1721 &tmpkey, &b); in dns_view_flushcache()
2045 dns_rdata_dnskey_t tmpkey; dns_view_untrust() local
2102 dns_rdata_dnskey_t tmpkey = *dnskey; dns_view_istrusted() local
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Devp_test.c1498 char *tmpkey, *tmpval; in mac_test_run_mac() local
1501 if (!TEST_ptr(tmpkey = OPENSSL_strdup(value))) { in mac_test_run_mac()
1505 tmpval = strchr(tmpkey, ':'); in mac_test_run_mac()
1512 tmpkey, tmpval, in mac_test_run_mac()
1514 OPENSSL_free(tmpkey); in mac_test_run_mac()
1520 if (strcmp(tmpkey, "size") == 0) in mac_test_run_mac()
1523 OPENSSL_free(tmpkey); in mac_test_run_mac()
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A DMakefile.in65 ln -sf $$pem tmpkey.pem; \
66 $(SHLIB_ENV) $(VALGRIND) ./tls_certkey -k tmpkey.pem $$pem > $$pem.out 2>&1 || exit 1; \
69 rm -f tmpkey.pem;; \