Searched refs:PR_TRUE (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libkmf/plugins/kmf_nss/common/ |
H A D | nss_spi.c | 217 nssrv = PK11_Authenticate(nss_slot, PR_TRUE, (void *)cred->cred); in nss_authenticate() 960 PR_TRUE, /* isSensitive */ in NSS_CreateKeypair() 992 (void) PK11_DeleteTokenPrivateKey(NSSprivkey, PR_TRUE); in NSS_CreateKeypair() 1005 SECITEM_FreeItem(ecparams, PR_TRUE); in NSS_CreateKeypair() 1179 (SECKEYPrivateKey *)key->keyp, PR_TRUE); in NSS_DeleteKey() 1624 SECITEM_ZfreeItem(dup, PR_TRUE); in p12u_ucs2_ascii_conversion_function() 1632 SECITEM_ZfreeItem(dup, PR_TRUE); in p12u_ucs2_ascii_conversion_function() 1652 p12ctx->error = PR_TRUE; in p12u_OpenFile() 1656 return (PR_TRUE); in p12u_OpenFile() 1709 if (!p12cxt || (p12cxt->error == PR_TRUE)) { in p12u_WriteToExportFile() [all …]
|
/titanic_50/usr/src/common/crypto/ecc/ |
H A D | secitem.c | 122 SECITEM_FreeItem(result, (item == NULL) ? PR_TRUE : PR_FALSE); in SECITEM_AllocItem()
|
H A D | ecc_impl.h | 94 #define PR_TRUE B_TRUE macro
|
H A D | ec.c | 79 return PR_TRUE; in ec_point_at_infinity() 273 PORT_FreeArena(arena, PR_TRUE); in ec_NewKey() 341 PORT_FreeArena(arena, PR_TRUE); in ec_NewKey()
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | clientinit.c | 456 || SSL_OptionSetDefault(SSL_ENABLE_SSL3, PR_TRUE)) { in ldapssl_clientauth_init() 676 || SSL_OptionSetDefault(SSL_ENABLE_SSL3, PR_TRUE)) { in ldapssl_pkcs_init()
|
H A D | ldapsinit.c | 283 secure = PR_TRUE; in do_ldapssl_connect()
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-io.c | 321 optdata.value.non_blocking = PR_TRUE; in prldap_try_one_address()
|
/titanic_50/usr/src/cmd/ldap/common/ |
H A D | common.c | 951 if ( SVRCORE_CreateStdPinObj(&StdPinObj, filename, PR_TRUE) !=
|