Searched refs:symkey (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/ntp/libntp/
H A Dauthkeys.c23 typedef struct savekey symkey; typedef in typeref:struct:savekey
26 symkey * hlink; /* next in hash bucket */
27 DECL_DLIST_LINK(symkey, llink); /* for overall & free lists */
37 /* define the payload region of symkey beyond the list pointers */
57 static void freesymkey(symkey *);
62 symkey key_listhead; /* list of all in-use keys */;
74 symkey **key_hash;
86 * Storage for free symkey structures. We malloc() such things but
89 symkey *authfreekeys;
210 symkey * s
[all...]
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dcrypto_nss.c57 PK11SymKey *symkey = NULL; local
81 symkey = PK11_ImportSymKey(slot, CKM_DES_ECB, PK11_OriginDerive,
83 if (symkey == NULL) {
88 param = PK11_GenerateNewParam(CKM_DES_ECB, symkey);
95 symkey, param);
111 if (symkey)
112 PK11_FreeSymKey(symkey);

Completed in 56 milliseconds