Home
last modified time | relevance | path

Searched refs:storekey (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_put.c128 storekey: if (__ovfl_put(t, key, &pg) == RET_ERROR)
156 goto storekey;
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c1406 gendsa_keypair(KMF_HANDLE *kmfh, boolean_t storekey, in gendsa_keypair() argument
1490 (storekey ? &true : &false), sizeof (CK_BBOOL)); in gendsa_keypair()
1508 boolean_t storekey, KMF_BIGINT *rsaexp, in genrsa_keypair() argument
1523 (storekey ? &true : &false), sizeof (CK_BBOOL)); in genrsa_keypair()
1551 (storekey ? &true : &false), sizeof (CK_BBOOL)); in genrsa_keypair()
1671 boolean_t storekey = TRUE; in KMFPK11_CreateKeypair() local
1682 &storekey, NULL); in KMFPK11_CreateKeypair()
1723 ckrv = genrsa_keypair(kmfh, modulusBits, storekey, in KMFPK11_CreateKeypair()
1771 ckrv = gendsa_keypair(kmfh, storekey, &pubKey, &priKey); in KMFPK11_CreateKeypair()
1821 ckrv = genecc_keypair(kmfh, storekey, eccoid, in KMFPK11_CreateKeypair()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c822 boolean_t storekey = TRUE; in NSS_CreateKeypair() local
850 &storekey, NULL); in NSS_CreateKeypair()
960 storekey, /* isPermanent */ in NSS_CreateKeypair()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1468 boolean_t storekey = TRUE; in OpenSSL_CreateKeypair() local
1480 &storekey, NULL); in OpenSSL_CreateKeypair()
1636 if (storekey) { in OpenSSL_CreateKeypair()