Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/
H A Dp12aux.h88 #define DO_FIRST_PAIR 0x04 /* Return first matching cert/key pair found */ macro
H A Dp12auxpars.c390 if (matchty & DO_FIRST_PAIR) { in parse_pkcs12()
/titanic_41/usr/src/lib/libpkg/common/
H A Dp12lib.h203 #define DO_FIRST_PAIR 0x04 /* Return first matching cert/key pair found */ macro
H A Dp12lib.c1612 if (matchty & DO_FIRST_PAIR) { in parse_pkcs12()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/
H A Dp12split.c111 matchty = DO_FIRST_PAIR; in main()