Home
last modified time | relevance | path

Searched refs:sunw_check_keys (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/common/net/wanboot/
H A Dp12aux.h407 int sunw_check_keys(X509 *, EVP_PKEY *);
H A Dp12misc.c671 sunw_check_keys(X509 *cert, EVP_PKEY *pkey) in sunw_check_keys() function
/titanic_41/usr/src/lib/libpkg/common/
H A Dp12lib.h230 int sunw_check_keys(X509 *, EVP_PKEY *);
H A Dmapfile-vers202 sunw_check_keys;
H A Dkeystore.c660 if (sunw_check_keys(tmpcert, tmpkey)) { in find_key_cert_pair()
1067 if (sunw_check_keys(cert, key) == 0) { in check_cert_and_key()
H A Dp12lib.c1470 sunw_check_keys(X509 *cert, EVP_PKEY *pkey) in sunw_check_keys() function
/titanic_41/usr/src/lib/libwanboot/common/
H A Dmapfile-vers83 sunw_check_keys;
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/
H A Dp12split.c297 if (sunw_check_keys(xcert_in, pkey_in) == 0) { in do_certs()