HomeSort by: relevance | last modified time | path
    Searched defs:klist (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/kuser/
klist.c 1 /* $NetBSD: klist.c,v 1.6 2023/06/19 21:41:42 christos Exp $ */
72 #define COL_PRINCIPAL NP_(" Principal", "in klist output")
73 #define COL_PRINCIPAL_KVNO NP_(" Principal (kvno)", "in klist output")
74 #define COL_CACHENAME NP_(" Cache name", "name in klist output")
588 klist(struct klist_options *opt, int argc, char **argv) function
  /src/usr.bin/diff/
diffreg.c 117 * file0, developing a vector klist of "k-candidates". At step i
129 * number greater that the y of all k-candidates, the klist is extended. At
205 static int *klist; /* will be overlaid on file[0] after class */ variable
216 static long *ixold; /* will be overlaid on klist */
400 klist = xcalloc(slen[0] + 2, sizeof(*klist));
404 i = stone(class, slen[0], member, klist, flags);
409 unravel(klist[i]);
411 free(klist);
  /src/crypto/external/bsd/openssl.old/dist/test/
evp_test.c 2522 KEY_LIST *key, **klist; local
2538 klist = NULL;
2548 klist = &private_keys;
2557 klist = &public_keys;
2566 klist = &private_keys;
2568 klist = &public_keys;
2591 if (klist == &private_keys)
2605 if (klist != NULL) {
2606 if (find_key(NULL, pp->value, *klist)) {
2625 key->next = *klist;
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
evp_test.c 3744 KEY_LIST *key, **klist; local
3760 klist = NULL;
3771 klist = &private_keys;
3780 klist = &public_keys;
3789 klist = &private_keys;
3791 klist = &public_keys;
3814 if (klist == &private_keys)
3856 if (klist != NULL) {
3857 if (find_key(NULL, pp->value, *klist)) {
3865 key->next = *klist;
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
evp_test.c 5117 KEY_LIST *key, **klist; local
5134 klist = NULL;
5145 klist = &private_keys;
5154 klist = &public_keys;
5163 klist = &public_keys;
5172 klist = &private_keys;
5174 klist = &public_keys;
5197 if (klist == &private_keys)
5239 if (klist != NULL) {
5240 if (find_key(NULL, pp->value, *klist)) {
    [all...]

Completed in 33 milliseconds