Home
last modified time | relevance | path

Searched refs:FOUND_PKEY (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/common/net/wanboot/
H A Dauxutil.c238 retval |= FOUND_PKEY;
414 found |= FOUND_PKEY;
427 found |= FOUND_PKEY;
509 retval |= FOUND_PKEY;
H A Dp12aux.h93 #define FOUND_PKEY 0x01 /* Found one or more private key */ macro
/titanic_41/usr/src/lib/libpkg/common/
H A Dp12lib.h208 #define FOUND_PKEY 0x01 /* Found one or more private key */ macro
H A Dp12lib.c2268 retval |= FOUND_PKEY; in get_key_cert()
2680 found |= FOUND_PKEY;
2693 found |= FOUND_PKEY;
2756 retval |= FOUND_PKEY;
H A Dkeystore.c678 (items_found & (FOUND_PKEY | FOUND_CERT)) == 0) { in find_key_cert_pair()