Searched refs:keycopy (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| H A D | hash.c | 281 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 D | hash.c | 281 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 D | hash.c | 281 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 D | ec_key.c | 120 if (src->group->meth->keycopy in EC_KEY_copy() 121 && src->group->meth->keycopy(dest, src) == 0) in EC_KEY_copy()
|
| H A D | ec_local.h | 177 int (*keycopy)(EC_KEY *dst, const EC_KEY *src); member
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| H A D | ec_backend.c | 650 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 D | ec_key.c | 152 if (src->group->meth->keycopy in EC_KEY_copy() 153 && src->group->meth->keycopy(dest, src) == 0) in EC_KEY_copy()
|
| H A D | ec_local.h | 173 int (*keycopy)(EC_KEY *dst, const EC_KEY *src); member
|
| /netbsd-src/sys/dev/ic/ |
| H A D | rtw.c | 535 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()
|