Searched defs:is_private (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_uri.c414 pkcs11_uri_t *uri_struct, CK_BBOOL is_private)
434 is_private == CK_TRUE) && ~pubkey_token_flags &
444 (is_private == CK_FALSE)) {
413 pk11_token_login(CK_SESSION_HANDLE session, CK_BBOOL *login_done, pkcs11_uri_t *uri_struct, CK_BBOOL is_private) argument
H A De_pk11_pub.c1200 CK_BBOOL is_private)
1221 if (is_private) {
1239 if (is_private) {
1272 pkcs11_uri_t *uri_struct, CK_BBOOL is_private)
1309 uri_struct, is_private) == 0) {
1314 key_class = is_private ? CKO_PRIVATE_KEY: CKO_PUBLIC_KEY;
1337 if (is_private) {
1355 is_private ? PK11_F_LOAD_PRIVKEY : PK11_F_LOAD_PUBKEY,
1361 if (is_private) {
1371 if (is_private) {
1199 common_get_key_from_file(PK11_SESSION *sp, const char *keyid, CK_BBOOL is_private) argument
1271 common_get_key_from_token(ENGINE *e, PK11_SESSION *sp, pkcs11_uri_t *uri_struct, CK_BBOOL is_private) argument
1437 common_load_key(ENGINE *e, const char *keyid, CK_BBOOL is_private) argument
[all...]

Completed in 24 milliseconds