Searched refs:lkey (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/usr.bin/snmp/
H A Dusm.c504 char *lkey; local
522 if ((lkey = malloc(keylen)) == NULL)
524 memcpy(lkey, key, keylen);
525 usm->authkey = lkey;
537 char *lkey; local
559 if ((lkey = malloc(keylen)) == NULL)
561 memcpy(lkey, key, keylen);
562 usm->privkey = lkey;
670 u_char *lkey; local
687 if ((lkey
[all...]
/openbsd-current/usr.sbin/smtpd/
H A Dtable_static.c85 char lkey[1024]; local
88 if (!lowercase(lkey, key, sizeof lkey)) {
100 old = dict_set(&priv->dict, lkey, new ? new : priv);
H A Dtable.c141 char lkey[1024], *buf = NULL; local
147 else if (!lowercase(lkey, key, sizeof lkey)) {
152 r = table->t_backend->lookup(table, kind, lkey, lk ? &buf : NULL);
165 r = table_parse_lookup(kind, lkey, buf, lk);
/openbsd-current/usr.sbin/npppd/npppd/
H A Dmppe.c591 rc4_key(void *rc4ctx, int lkey, u_char *key) argument
594 RC4_set_key(rc4ctx, lkey, key);
/openbsd-current/regress/lib/libc/db/
H A Ddbtest.c264 goto lkey;
277 lkey: switch (command) {
/openbsd-current/sys/dev/pci/
H A Dif_bnxtreg.h25907 uint32_t lkey; member in struct:cmdq_deregister_mr
[all...]

Completed in 396 milliseconds