Lines Matching refs:autokey
10 #ifdef AUTOKEY
137 * CRYPTO_FLAG_AUTO Lit when valid autokey values are accepted.
311 struct autokey *ap; /* autokey pointer */
376 vp->ptr = emalloc(sizeof(struct autokey));
377 ap = (struct autokey *)vp->ptr;
382 vp->vallen = htonl(sizeof(struct autokey));
390 EVP_SignUpdate(ctx, vp->ptr, sizeof(struct autokey));
428 struct autokey *ap, *bp; /* autokey pointer */
613 * request the autokey values.
877 * Install autokey values in broadcast client and
891 * autokey values.
909 * Install autokey values and light the
910 * autokey bit. This is not hard.
917 emalloc(sizeof(struct autokey));
918 bp = (struct autokey *)peer->recval.ptr;
921 ap = (struct autokey *)ep->pkt;
991 * and ignores the time stamps in the autokey
1072 autokey information, in which case the caller has to provide the
1353 * Find peer and send autokey data and signature in broadcast
1354 * server and symmetric modes. Use the values in the autokey
1957 * for the use with autokey, and only calls 'crypto_update()' if it can
4162 # else /* !AUTOKEY follows */
4164 # endif /* !AUTOKEY */