Home
last modified time | relevance | path

Searched refs:CKK_RSA (Results 151 – 175 of 469) sorted by relevance

12345678910>>...19

/dports/security/xca/xca-2.4.0/lib/
H A Dpki_scard.cpp135 case CKK_RSA: { in load_pubkey()
314 attrs << pk11_attr_ulong(CKA_KEY_TYPE, CKK_RSA) << in objectAttributesNoId()
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/website/source/docs/configuration/seal/
H A Dpkcs11.html.md196 * `CKA_KEY_TYPE`: `CKK_RSA` (Key type is RSA)
209 * `CKA_KEY_TYPE`: `CKK_RSA` (Key type is RSA)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/website/source/docs/configuration/seal/
H A Dpkcs11.html.md196 * `CKA_KEY_TYPE`: `CKK_RSA` (Key type is RSA)
209 * `CKA_KEY_TYPE`: `CKK_RSA` (Key type is RSA)
/dports/sysutils/gomplate/vault-sdk-v0.1.13/website/source/docs/configuration/seal/
H A Dpkcs11.html.md196 * `CKA_KEY_TYPE`: `CKK_RSA` (Key type is RSA)
209 * `CKA_KEY_TYPE`: `CKK_RSA` (Key type is RSA)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/website/source/docs/configuration/seal/
H A Dpkcs11.html.md196 * `CKA_KEY_TYPE`: `CKK_RSA` (Key type is RSA)
209 * `CKA_KEY_TYPE`: `CKK_RSA` (Key type is RSA)
/dports/security/opencryptoki/opencryptoki-3.11.0/testcases/common/
H A Dcommon.c264 CK_KEY_TYPE keyType = CKK_RSA; in create_RSAPrivateKey()
311 CK_KEY_TYPE keyType = CKK_RSA; in create_RSAPublicKey()
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/website/source/docs/configuration/seal/
H A Dpkcs11.html.md196 * `CKA_KEY_TYPE`: `CKK_RSA` (Key type is RSA)
209 * `CKA_KEY_TYPE`: `CKK_RSA` (Key type is RSA)
/dports/sysutils/istio/vault-sdk-v0.1.12/website/source/docs/configuration/seal/
H A Dpkcs11.html.md196 * `CKA_KEY_TYPE`: `CKK_RSA` (Key type is RSA)
209 * `CKA_KEY_TYPE`: `CKK_RSA` (Key type is RSA)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/website/source/docs/configuration/seal/
H A Dpkcs11.html.md196 * `CKA_KEY_TYPE`: `CKK_RSA` (Key type is RSA)
209 * `CKA_KEY_TYPE`: `CKK_RSA` (Key type is RSA)
/dports/www/firefox/firefox-99.0/security/manager/ssl/ipcclientcerts/src/
H A Dbackend.rs140 let key_type = if modulus.is_some() { CKK_RSA } else { CKK_EC }; in new()
/dports/security/opensc/OpenSC-0.22.0/src/pkcs11/
H A Dframework-pkcs15.c2235 case CKK_RSA: in pkcs15_create_private_key()
2326 if (key_type == CKK_RSA) { in pkcs15_create_private_key()
2591 case CKK_RSA: in pkcs15_create_public_key()
3171 keytype = CKK_RSA; in pkcs15_gen_keypair()
3192 else if (keytype == CKK_RSA) { in pkcs15_gen_keypair()
3940 *(CK_KEY_TYPE*)attr->pValue = CKK_RSA; in pkcs15_prkey_get_attribute()
4820 *(CK_KEY_TYPE*)attr->pValue = CKK_RSA; in pkcs15_pubkey_get_attribute()
6188 mt = sc_pkcs11_new_fw_mechanism(CKM_RSA_X_509, &mech_info, CKK_RSA, NULL, NULL); in register_mechanisms()
6204 mt = sc_pkcs11_new_fw_mechanism(CKM_RSA_9796, &mech_info, CKK_RSA, NULL, NULL); in register_mechanisms()
6223 mt = sc_pkcs11_new_fw_mechanism(CKM_RSA_PKCS, &mech_info, CKK_RSA, NULL, NULL); in register_mechanisms()
[all …]
/dports/security/softhsm2/softhsm-2.6.1/src/lib/
H A DSoftHSM.cpp130 if (keyType == CKK_RSA) in newP11Object()
147 if (keyType == CKK_RSA) in newP11Object()
2379 if (keyType != CKK_RSA) in AsymEncryptInit()
2385 if (keyType != CKK_RSA) in AsymEncryptInit()
2391 if (keyType != CKK_RSA) in AsymEncryptInit()
3103 if (keyType != CKK_RSA) in AsymDecryptInit()
3109 if (keyType != CKK_RSA) in AsymDecryptInit()
3115 if (keyType != CKK_RSA) in AsymDecryptInit()
5945 keyType = CKK_RSA; in C_GenerateKeyPair()
6474 case CKK_RSA: in C_WrapKey()
[all …]
/dports/security/yubico-piv-tool/yubico-piv-tool-2.2.0/ykcs11/tests/
H A Dykcs11_tests_util.c418 CK_ULONG kt = CKK_RSA; in import_rsa_key()
554 CK_ULONG kt = CKK_RSA; in generate_rsa_keys()
1292 test_pubkey_basic_attributes(funcs, session, pubkey, CKK_RSA, key_size, label); in test_pubkey_attributes_rsa()
1403 …test_privkey_basic_attributes(funcs, session, pubkey, CKK_RSA, key_size, label, always_authenticat… in test_privkey_attributes_rsa()
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/sbin/pkcscca/
H A Dpkcscca.c1434 case CKK_RSA: in add_key()
1485 case CKK_RSA: in add_key()
1811 case CKK_RSA: in cca_migrate()
1979 key_type = CKK_RSA; in migrate_wrapped_keys()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/pk11wrap/
H A Dpk11pk12.c317 CK_KEY_TYPE keyType = CKK_RSA; in PK11_ImportAndReturnPrivateKey()
346 keyType = CKK_RSA; in PK11_ImportAndReturnPrivateKey()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/pk11wrap/
H A Dpk11pk12.c317 CK_KEY_TYPE keyType = CKK_RSA; in PK11_ImportAndReturnPrivateKey()
346 keyType = CKK_RSA; in PK11_ImportAndReturnPrivateKey()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/miekg/pkcs11/
H A Dconst.go71 CKK_RSA = 0x00000000 const
/dports/www/sitecopy/sitecopy-0.16.6/lib/neon/
H A Dne_pkcs11.c143 type = CKK_RSA; /* FIXME: check from the cert whether DSA or RSA */ in pk11_find_pkey()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/
H A Dconst.go71 CKK_RSA = 0x00000000 const
/dports/security/iaikpkcs11wrapper/src/java/src/iaik/pkcs/pkcs11/objects/
H A DKey.java46 static public final Long RSA = new Long(PKCS11Constants.CKK_RSA);
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/
H A Dconst.go71 CKK_RSA = 0x00000000 const
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/ckfw/nssmkey/
H A Dmrsa.c71 (CKK_RSA != *(CK_KEY_TYPE *)keyType->data)) { in ckmk_mdCryptoOperationRSAPriv_Create()
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/miekg/pkcs11/
H A Dconst.go71 CKK_RSA = 0x00000000 const
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/ckfw/nssmkey/
H A Dmrsa.c71 (CKK_RSA != *(CK_KEY_TYPE *)keyType->data)) { in ckmk_mdCryptoOperationRSAPriv_Create()
/dports/net/traefik/traefik-2.6.1/vendor/github.com/miekg/pkcs11/
H A Dconst.go71 CKK_RSA = 0x00000000 const

12345678910>>...19