Searched refs:CKF_UNWRAP (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSlotToken.c | 127 CKF_WRAP|CKF_UNWRAP}, /* CKM_DES_CBC */ 130 CKF_WRAP|CKF_UNWRAP}, /* CKM_DES_CBC_PAD */ 133 CKF_WRAP|CKF_UNWRAP}, /* CKM_DES_ECB */ 142 CKF_WRAP|CKF_UNWRAP}, /* CKM_DES3_CBC */ 145 CKF_WRAP|CKF_UNWRAP}, /* CKM_DES3_CBC_PAD */ 148 CKF_WRAP|CKF_UNWRAP}, /* CKM_DES3_ECB */ 155 CKF_WRAP|CKF_UNWRAP}, /* CKM_AES_CBC */ 158 CKF_WRAP|CKF_UNWRAP}, /* CKM_AES_CBC_PAD */ 161 CKF_WRAP|CKF_UNWRAP}, /* CKM_AES_CTR */ 164 CKF_WRAP|CKF_UNWRAP}, /* CKM_AES_ECB */ [all …]
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | globals.c | 132 CKF_WRAP | CKF_UNWRAP | CKF_SIGN | CKF_VERIFY | 136 CKF_DECRYPT | CKF_WRAP | CKF_UNWRAP | 143 CKF_WRAP | CKF_UNWRAP |
|
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11SUNWExtensions.c | 55 {CKA_UNWRAP, CKF_UNWRAP}
|
H A D | metaUtil.c | 1326 mech_info.flags = CKF_UNWRAP; in meta_unwrap_key()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelUtil.c | 1298 flags |= CKF_UNWRAP; in get_mechanism_info() 1317 flags |= CKF_UNWRAP; in get_mechanism_info()
|
/titanic_41/usr/src/lib/pkcs11/include/ |
H A D | pkcs11t.h | 1042 #define CKF_UNWRAP 0x00040000 macro
|
/titanic_41/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_uef.c | 135 (mechInfo->flags & CKF_UNWRAP) ? "X" : ".", in display_mech_info()
|