Searched refs:GENERIC_SECRET (Results 1 – 13 of 13) sorted by relevance
/dports/security/seahorse/seahorse-41.0/gkr/ |
H A D | gkr-item.vala | 162 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 D | test-gi.py | 85 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 D | BlowfishSecretKey.java | 36 keyType_.setLongValue(KeyType.GENERIC_SECRET); in BlowfishSecretKey() 55 keyType_.setLongValue(KeyType.GENERIC_SECRET); in BlowfishSecretKey()
|
H A D | GenericSecretKey.java | 36 keyType_.setLongValue(KeyType.GENERIC_SECRET); in GenericSecretKey() 55 keyType_.setLongValue(KeyType.GENERIC_SECRET); in GenericSecretKey()
|
H A D | TwofishSecretKey.java | 36 keyType_.setLongValue(KeyType.GENERIC_SECRET); in TwofishSecretKey() 55 keyType_.setLongValue(KeyType.GENERIC_SECRET); in TwofishSecretKey()
|
H A D | Key.java | 81 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 D | SecretKey.java | 182 } 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 D | CKK.cs | 26 GENERIC_SECRET = 0x00000010 , enumerator
|
/dports/security/py-python-pkcs11/python-pkcs11-0.7.0/tests/ |
H A D | test_public_key_external.py | 97 KeyType.GENERIC_SECRET, 256,
|
/dports/security/py-python-pkcs11/python-pkcs11-0.7.0/pkcs11/ |
H A D | mechanisms.py | 46 GENERIC_SECRET = 0x00000010 variable in KeyType
|
H A D | defaults.py | 47 KeyType.GENERIC_SECRET: 0,
|
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/lib/ |
H A D | attribctx_lexer.l | 79 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 D | opensc.rst | 193 KeyType.GENERIC_SECRET, 256,
|