Home
last modified time | relevance | path

Searched refs:GENERIC_SECRET (Results 1 – 13 of 13) sorted by relevance

/dports/security/seahorse/seahorse-41.0/gkr/
H A Dgkr-item.vala162 case GENERIC_SECRET:
267 private const string GENERIC_SECRET = "org.freedesktop.Secret.Generic";
297 { GENERIC_SECRET, CHROME_PASSWORD, "application", "chrome*" },
299 { GENERIC_SECRET, GOA_PASSWORD, "goa-identity", null },
300 { GENERIC_SECRET, TELEPATHY_PASSWORD, "account", "*/*/*" },
301 { GENERIC_SECRET, EMPATHY_PASSWORD, "account-id", "*/*/*" },
303 { GENERIC_SECRET, NETWORK_MANAGER_SECRET, "connection-uuid", null },
309 return GENERIC_SECRET;
/dports/security/libgnome-keyring/libgnome-keyring-3.12.0/library/tests/
H A Dtest-gi.py85 GnomeKeyring.ItemType.GENERIC_SECRET,
106 GnomeKeyring.ItemType.GENERIC_SECRET,
123 GnomeKeyring.ItemType.GENERIC_SECRET, 'my_password', attrs,
/dports/security/iaikpkcs11wrapper/src/java/src/iaik/pkcs/pkcs11/objects/
H A DBlowfishSecretKey.java36 keyType_.setLongValue(KeyType.GENERIC_SECRET); in BlowfishSecretKey()
55 keyType_.setLongValue(KeyType.GENERIC_SECRET); in BlowfishSecretKey()
H A DGenericSecretKey.java36 keyType_.setLongValue(KeyType.GENERIC_SECRET); in GenericSecretKey()
55 keyType_.setLongValue(KeyType.GENERIC_SECRET); in GenericSecretKey()
H A DTwofishSecretKey.java36 keyType_.setLongValue(KeyType.GENERIC_SECRET); in TwofishSecretKey()
55 keyType_.setLongValue(KeyType.GENERIC_SECRET); in TwofishSecretKey()
H A DKey.java81 static public final Long GENERIC_SECRET = new Long(PKCS11Constants.CKK_GENERIC_SECRET); field
350 keyTypeNames.put(KeyType.GENERIC_SECRET, "GENERIC_SECRET"); in getKeyTypeName()
H A DSecretKey.java182 } else if (keyType.equals(Key.KeyType.GENERIC_SECRET)) { in getInstance()
/dports/security/beid/eid-mw-5.0.8/doc/sdk/wrappers/C# pkcs11wrappers/pkcs11net/Pkcs11/Wrapper/
H A DCKK.cs26 GENERIC_SECRET = 0x00000010 , enumerator
/dports/security/py-python-pkcs11/python-pkcs11-0.7.0/tests/
H A Dtest_public_key_external.py97 KeyType.GENERIC_SECRET, 256,
/dports/security/py-python-pkcs11/python-pkcs11-0.7.0/pkcs11/
H A Dmechanisms.py46 GENERIC_SECRET = 0x00000010 variable in KeyType
H A Ddefaults.py47 KeyType.GENERIC_SECRET: 0,
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/lib/
H A Dattribctx_lexer.l79 CKK_GENERIC_SECRET|GENERIC_SECRET|GENERIC { cllval.val_key = CKK_GENERIC_SECRET; return KEYTYPE; }
/dports/security/py-python-pkcs11/python-pkcs11-0.7.0/docs/
H A Dopensc.rst193 KeyType.GENERIC_SECRET, 256,