Home
last modified time | relevance | path

Searched refs:keycopy (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dhash.c281 void *keycopy = obstack_copy (&htab->mem_pool, key, keylen); in hash_insert_entry() local
282 insert_entry_2 (htab, keycopy, keylen, hval, idx, data); in hash_insert_entry()
286 return keycopy; in hash_insert_entry()
311 void *keycopy = obstack_copy (&htab->mem_pool, key, keylen); in hash_set_value() local
312 insert_entry_2 (htab, keycopy, keylen, hval, idx, data); in hash_set_value()
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dhash.c281 void *keycopy = obstack_copy (&htab->mem_pool, key, keylen); in hash_insert_entry() local
282 insert_entry_2 (htab, keycopy, keylen, hval, idx, data); in hash_insert_entry()
286 return keycopy; in hash_insert_entry()
311 void *keycopy = obstack_copy (&htab->mem_pool, key, keylen); in hash_set_value() local
312 insert_entry_2 (htab, keycopy, keylen, hval, idx, data); in hash_set_value()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dhash.c281 void *keycopy = obstack_copy (&htab->mem_pool, key, keylen); in hash_insert_entry() local
282 insert_entry_2 (htab, keycopy, keylen, hval, idx, data); in hash_insert_entry()
286 return keycopy; in hash_insert_entry()
311 void *keycopy = obstack_copy (&htab->mem_pool, key, keylen); in hash_set_value() local
312 insert_entry_2 (htab, keycopy, keylen, hval, idx, data); in hash_set_value()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_key.c120 if (src->group->meth->keycopy in EC_KEY_copy()
121 && src->group->meth->keycopy(dest, src) == 0) in EC_KEY_copy()
H A Dec_local.h177 int (*keycopy)(EC_KEY *dst, const EC_KEY *src); member
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_backend.c650 if (ret->group->meth->keycopy in ossl_ec_key_dup()
651 && ret->group->meth->keycopy(ret, src) == 0) in ossl_ec_key_dup()
H A Dec_key.c152 if (src->group->meth->keycopy in EC_KEY_copy()
153 && src->group->meth->keycopy(dest, src) == 0) in EC_KEY_copy()
H A Dec_local.h173 int (*keycopy)(EC_KEY *dst, const EC_KEY *src); member
/netbsd-src/sys/dev/ic/
H A Drtw.c535 struct ieee80211_key keycopy; in rtw_wep_decap() local
539 keycopy = *k; in rtw_wep_decap()
540 keycopy.wk_flags &= ~IEEE80211_KEY_SWCRYPT; in rtw_wep_decap()
542 return (*ieee80211_cipher_wep.ic_decap)(&keycopy, m, hdrlen); in rtw_wep_decap()