Home
last modified time | relevance | path

Searched refs:CKA_PRIME_1 (Results 201 – 225 of 351) sorted by relevance

12345678910>>...15

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dp11_keymgmt.c95 {CKA_PRIME_1, 0, 0},
H A Dpkcs11t.h479 #define CKA_PRIME_1 0x00000124UL macro
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_keymgmt.c95 {CKA_PRIME_1, 0, 0},
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/softoken/
H A Dpkcs11.c1149 if (!sftk_hasAttribute(object, CKA_PRIME_1)) { in sftk_handlePrivateKeyObject()
2003 &privKey->u.rsa.prime1, CKA_PRIME_1); in sftk_mkPrivKey()
2146 prime1 = sftk_FindAttribute(object, CKA_PRIME_1); in sftk_verifyRSAPrivateKey()
2220 crv = sftk_forceAttribute(object, CKA_PRIME_1, in sftk_verifyRSAPrivateKey()
/dports/security/ca_root_nss/nss-3.71/nss/lib/softoken/
H A Dpkcs11.c1149 if (!sftk_hasAttribute(object, CKA_PRIME_1)) { in sftk_handlePrivateKeyObject()
2003 &privKey->u.rsa.prime1, CKA_PRIME_1); in sftk_mkPrivKey()
2146 prime1 = sftk_FindAttribute(object, CKA_PRIME_1); in sftk_verifyRSAPrivateKey()
2220 crv = sftk_forceAttribute(object, CKA_PRIME_1, in sftk_verifyRSAPrivateKey()
/dports/security/nss/nss-3.76.1/nss/lib/softoken/
H A Dpkcs11.c1149 if (!sftk_hasAttribute(object, CKA_PRIME_1)) { in sftk_handlePrivateKeyObject()
1984 &privKey->u.rsa.prime1, CKA_PRIME_1); in sftk_mkPrivKey()
2127 prime1 = sftk_FindAttribute(object, CKA_PRIME_1); in sftk_verifyRSAPrivateKey()
2201 crv = sftk_forceAttribute(object, CKA_PRIME_1, in sftk_verifyRSAPrivateKey()
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/common/
H A Dkey.c1325 found = template_attribute_find(tmpl, CKA_PRIME_1, &attr); in rsa_priv_check_required_attributes()
1449 case CKA_PRIME_1: in rsa_priv_validate_attribute()
1472 case CKA_PRIME_1: in rsa_priv_check_exportability()
1543 if (template_attribute_find(tmpl, CKA_PRIME_1, &prime1) == FALSE) { in rsa_priv_wrap_get_data()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/softoken/
H A Dpkcs11.c1149 if (!sftk_hasAttribute(object, CKA_PRIME_1)) { in sftk_handlePrivateKeyObject()
2003 &privKey->u.rsa.prime1, CKA_PRIME_1); in sftk_mkPrivKey()
2146 prime1 = sftk_FindAttribute(object, CKA_PRIME_1); in sftk_verifyRSAPrivateKey()
2220 crv = sftk_forceAttribute(object, CKA_PRIME_1, in sftk_verifyRSAPrivateKey()
/dports/www/firefox/firefox-99.0/security/nss/lib/softoken/
H A Dpkcs11.c1149 if (!sftk_hasAttribute(object, CKA_PRIME_1)) { in sftk_handlePrivateKeyObject()
1984 &privKey->u.rsa.prime1, CKA_PRIME_1); in sftk_mkPrivKey()
2127 prime1 = sftk_FindAttribute(object, CKA_PRIME_1); in sftk_verifyRSAPrivateKey()
2201 crv = sftk_forceAttribute(object, CKA_PRIME_1, in sftk_verifyRSAPrivateKey()
/dports/security/cryptlib/cryptlib-3.4.3/device/
H A Dpkcs11_pkc.c852 { CKA_PRIME_1, NULL, 0 }, in rsaInitKey()
898 setTemplate( privateKeyTemplate, CKA_PRIME_1, rsaKey->p, in rsaInitKey()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java1228 addAttribute(CKA_PRIME_1, "CKA_PRIME_1"); in addAttribute() argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java1228 addAttribute(CKA_PRIME_1, "CKA_PRIME_1"); in addAttribute() argument
/dports/dns/bind916/bind-9.16.27/lib/isc/include/pkcs11/
H A Dpkcs11.h436 #define CKA_PRIME_1 (0x124UL) macro
/dports/dns/bind-tools/bind-9.16.27/lib/isc/include/pkcs11/
H A Dpkcs11.h436 #define CKA_PRIME_1 (0x124UL) macro
/dports/dns/bind911/bind-9.11.37/lib/isc/include/pkcs11/
H A Dpkcs11.h460 #define CKA_PRIME_1 (0x124UL) macro
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java1228 addAttribute(CKA_PRIME_1, "CKA_PRIME_1"); in addAttribute() argument
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Key.java523 new CK_ATTRIBUTE(CKA_PRIME_1), in fetchValues()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java1228 addAttribute(CKA_PRIME_1, "CKA_PRIME_1"); in addAttribute() argument
/dports/dns/samba-nsupdate/bind-9.16.5/lib/isc/include/pkcs11/
H A Dpkcs11.h434 #define CKA_PRIME_1 (0x124UL) macro
/dports/security/softhsm2/softhsm-2.6.1/src/lib/pkcs11/
H A Dpkcs11.h460 #define CKA_PRIME_1 (0x124UL) macro
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java1228 addAttribute(CKA_PRIME_1, "CKA_PRIME_1"); in addAttribute() argument
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java1228 addAttribute(CKA_PRIME_1, "CKA_PRIME_1"); in addAttribute() argument
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java1228 addAttribute(CKA_PRIME_1, "CKA_PRIME_1"); in addAttribute() argument
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/include/
H A Dpkcs11types.h487 #define CKA_PRIME_1 0x00000124 macro
/dports/security/p11-kit/p11-kit-0.24.0/common/
H A Dpkcs11.h460 #define CKA_PRIME_1 (0x124UL) macro

12345678910>>...15