Home
last modified time | relevance | path

Searched refs:KeyWrapper (Results 1 – 25 of 67) sorted by relevance

123

/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/tests/framework/shim/
H A Dshim.h51 struct KeyWrapper { struct
52 explicit KeyWrapper(HKEY key) noexcept;
53 explicit KeyWrapper(HKEY key_root, const char* key_path) noexcept;
54 ~KeyWrapper() noexcept;
55 explicit KeyWrapper(KeyWrapper const&) = delete;
56 KeyWrapper& operator=(KeyWrapper const&) = delete; argument
57 explicit KeyWrapper(KeyWrapper&& other) noexcept;
58 KeyWrapper& operator=(KeyWrapper&& other) noexcept; argument
150 std::vector<KeyWrapper> CM_device_ID_registry_keys;
H A Dshim_common.cpp134 KeyWrapper::KeyWrapper(HKEY key) noexcept : key(key) {} function in KeyWrapper
135 KeyWrapper::KeyWrapper(HKEY key_root, const char* key_path) noexcept { key = create_key(key_root, k… function in KeyWrapper
136 KeyWrapper::~KeyWrapper() noexcept {
139 KeyWrapper::KeyWrapper(KeyWrapper&& other) noexcept : key(other.key) { other.key = NULL; }; function in KeyWrapper
140 KeyWrapper& KeyWrapper::operator=(KeyWrapper&& other) noexcept {
227 KeyWrapper key{HKEY_LOCAL_MACHINE, reg_path.c_str()};
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/containers/ocicrypt/
H A Dencryption.go41 keyWrappers = make(map[string]keywrap.KeyWrapper)
48 var keyWrappers map[string]keywrap.KeyWrapper
52 func RegisterKeyWrapper(scheme string, iface keywrap.KeyWrapper) { argument
58 func GetKeyWrapper(scheme string) keywrap.KeyWrapper {
159 func preWrapKeys(keywrapper keywrap.KeyWrapper, ec *config.EncryptConfig, b64Annotations string, op… argument
236 func preUnwrapKey(keywrapper keywrap.KeyWrapper, dc *config.DecryptConfig, b64Annotations string) (… argument
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/
H A Dencryption.go41 keyWrappers = make(map[string]keywrap.KeyWrapper)
48 var keyWrappers map[string]keywrap.KeyWrapper
52 func RegisterKeyWrapper(scheme string, iface keywrap.KeyWrapper) { argument
58 func GetKeyWrapper(scheme string) keywrap.KeyWrapper {
159 func preWrapKeys(keywrapper keywrap.KeyWrapper, ec *config.EncryptConfig, b64Annotations string, op… argument
236 func preUnwrapKey(keywrapper keywrap.KeyWrapper, dc *config.DecryptConfig, b64Annotations string) (… argument
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/
H A Dencryption.go41 keyWrappers = make(map[string]keywrap.KeyWrapper)
48 var keyWrappers map[string]keywrap.KeyWrapper
52 func RegisterKeyWrapper(scheme string, iface keywrap.KeyWrapper) { argument
58 func GetKeyWrapper(scheme string) keywrap.KeyWrapper {
159 func preWrapKeys(keywrapper keywrap.KeyWrapper, ec *config.EncryptConfig, b64Annotations string, op… argument
236 func preUnwrapKey(keywrapper keywrap.KeyWrapper, dc *config.DecryptConfig, b64Annotations string) (… argument
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/
H A Dencryption.go41 keyWrappers = make(map[string]keywrap.KeyWrapper)
48 var keyWrappers map[string]keywrap.KeyWrapper
52 func RegisterKeyWrapper(scheme string, iface keywrap.KeyWrapper) { argument
58 func GetKeyWrapper(scheme string) keywrap.KeyWrapper {
159 func preWrapKeys(keywrapper keywrap.KeyWrapper, ec *config.EncryptConfig, b64Annotations string, op… argument
236 func preUnwrapKey(keywrapper keywrap.KeyWrapper, dc *config.DecryptConfig, b64Annotations string) (… argument
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/
H A Dencryption.go46 keyWrappers = make(map[string]keywrap.KeyWrapper)
62 var keyWrappers map[string]keywrap.KeyWrapper
66 func RegisterKeyWrapper(scheme string, iface keywrap.KeyWrapper) { argument
72 func GetKeyWrapper(scheme string) keywrap.KeyWrapper {
178 func preWrapKeys(keywrapper keywrap.KeyWrapper, ec *config.EncryptConfig, b64Annotations string, op… argument
256 func preUnwrapKey(keywrapper keywrap.KeyWrapper, dc *config.DecryptConfig, b64Annotations string) (… argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/
H A Dencryption.go46 keyWrappers = make(map[string]keywrap.KeyWrapper)
62 var keyWrappers map[string]keywrap.KeyWrapper
66 func RegisterKeyWrapper(scheme string, iface keywrap.KeyWrapper) { argument
72 func GetKeyWrapper(scheme string) keywrap.KeyWrapper {
178 func preWrapKeys(keywrapper keywrap.KeyWrapper, ec *config.EncryptConfig, b64Annotations string, op… argument
256 func preUnwrapKey(keywrapper keywrap.KeyWrapper, dc *config.DecryptConfig, b64Annotations string) (… argument
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cert/crmf/
H A DEncryptedValueBuilder.java13 import org.bouncycastle.operator.KeyWrapper;
25 private KeyWrapper wrapper;
35 public EncryptedValueBuilder(KeyWrapper wrapper, OutputEncryptor encryptor) in EncryptedValueBuilder()
47 …public EncryptedValueBuilder(KeyWrapper wrapper, OutputEncryptor encryptor, EncryptedValuePadder p… in EncryptedValueBuilder()
/dports/security/vault/vault-1.8.2/helper/testhelpers/certhelpers/
H A Dcert_helpers.go158 type KeyWrapper struct { struct
163 func NewPrivateKey(t *testing.T) (key KeyWrapper) {
178 key = KeyWrapper{
190 PrivKey KeyWrapper
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cert/crmf/jcajce/
H A DJcaEncryptedValueBuilder.java12 import org.bouncycastle.operator.KeyWrapper;
21 public JcaEncryptedValueBuilder(KeyWrapper wrapper, OutputEncryptor encryptor) in JcaEncryptedValueBuilder()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cert/crmf/bc/
H A DBcEncryptedValueBuilder.java13 import org.bouncycastle.operator.KeyWrapper;
22 public BcEncryptedValueBuilder(KeyWrapper wrapper, OutputEncryptor encryptor) in BcEncryptedValueBuilder()
/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/ml/recommendation/
H A DALS.scala1073 sorter.sort(this, 0, length, Ordering[KeyWrapper[ID]])
1084 private class KeyWrapper[@specialized(Int, Long) ID: ClassTag]( class
1085 implicit ord: Ordering[ID]) extends Ordered[KeyWrapper[ID]] {
1089 override def compare(that: KeyWrapper[ID]): Int = {
1104 extends SortDataFormat[KeyWrapper[ID], UncompressedInBlock[ID]] {
1106 override def newKey(): KeyWrapper[ID] = new KeyWrapper()
1111 reuse: KeyWrapper[ID]): KeyWrapper[ID] = {
1113 new KeyWrapper().setKey(data.srcIds(pos))
1121 pos: Int): KeyWrapper[ID] = {
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/operator/
H A DKeyWrapper.java5 public interface KeyWrapper interface
H A DAsymmetricKeyWrapper.java6 implements KeyWrapper
H A DSymmetricKeyWrapper.java6 implements KeyWrapper
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/containers/ocicrypt/keywrap/
H A Dkeywrap.go25 type KeyWrapper interface { interface
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/keywrap/
H A Dkeywrap.go25 type KeyWrapper interface { interface
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/keywrap/
H A Dkeywrap.go25 type KeyWrapper interface { interface
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/keywrap/
H A Dkeywrap.go25 type KeyWrapper interface { interface
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/keywrap/
H A Dkeywrap.go25 type KeyWrapper interface { interface
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/keywrap/
H A Dkeywrap.go25 type KeyWrapper interface { interface
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/crypto/provider/Cipher/AEAD/
H A DKeyWrapper.java36 public class KeyWrapper { class
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/com/sun/crypto/provider/Cipher/AEAD/
H A DKeyWrapper.java36 public class KeyWrapper { class
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/com/sun/crypto/provider/Cipher/AEAD/
H A DKeyWrapper.java36 public class KeyWrapper { class

123