Home
last modified time | relevance | path

Searched defs:cek (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/net/jose/jose-11/lib/
H A Djwe.c100 json_auto_t *cek = NULL; in jose_jwe_enc() local
116 json_auto_t *cek = NULL; in jose_jwe_enc_io() local
163 const json_t *hdr, const json_t *jwk, json_t *cek) in ensure_enc()
198 json_t *cek) in jose_jwe_enc_jwk()
254 jose_jwe_enc_cek(jose_cfg_t *cfg, json_t *jwe, const json_t *cek, in jose_jwe_enc_cek()
274 jose_jwe_enc_cek_io(jose_cfg_t *cfg, json_t *jwe, const json_t *cek, in jose_jwe_enc_cek_io()
358 json_auto_t *cek = NULL; in jose_jwe_dec() local
371 json_auto_t *cek = NULL; in jose_jwe_dec_io() local
388 json_auto_t *cek = NULL; in jose_jwe_dec_jwk() local
450 jose_jwe_dec_cek(jose_cfg_t *cfg, const json_t *jwe, const json_t *cek, in jose_jwe_dec_cek()
[all …]
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/keyvault/security_domain/
H A Djwe.py161 def set_cek(self, cert, cek): argument
166 def dek_from_cek(cek): argument
173 def hmac_key_from_cek(cek): argument
193 def Aes256HmacSha512Encrypt(self, cek, plaintext): argument
212 def Aes256HmacSha512Decrypt(self, cek): argument
237 def decrypt_using_bytes(self, cek): argument
249 def encrypt_using_bytes(self, cek, plaintext, alg_id, kid=None): argument
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwe/internal/content_crypt/
H A Dcontent_crypt.go13 func (c Generic) Encrypt(cek, plaintext, aad []byte) ([]byte, []byte, []byte, error) { argument
22 func (c Generic) Decrypt(cek, iv, ciphertext, tag, aad []byte) ([]byte, error) { argument
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/jwe/internal/content_crypt/
H A Dcontent_crypt.go13 func (c Generic) Encrypt(cek, plaintext, aad []byte) ([]byte, []byte, []byte, error) { argument
22 func (c Generic) Decrypt(cek, iv, ciphertext, tag, aad []byte) ([]byte, error) { argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/lestrrat-go/jwx/jwe/
H A Dcontent_crypt.go13 func (c GenericContentCrypt) Encrypt(cek, plaintext, aad []byte) ([]byte, []byte, []byte, error) { argument
31 func (c GenericContentCrypt) Decrypt(cek, iv, ciphertext, tag, aad []byte) ([]byte, error) { argument
H A Dcipher.go93 func (c AesContentCipher) encrypt(cek, plaintext, aad []byte) (iv, ciphertext, tag []byte, err erro… argument
147 func (c AesContentCipher) decrypt(cek, iv, ciphertxt, tag, aad []byte) (plaintext []byte, err error… argument
/dports/security/gnutls/gnutls-3.6.16/lib/nettle/
H A Dgost_keywrap.c46 const gnutls_datum_t *cek, in _gnutls_gost_key_wrap()
87 gnutls_datum_t *cek) in _gnutls_gost_key_unwrap()
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwe/internal/cipher/
H A Dcipher.go86 func (c AesContentCipher) Encrypt(cek, plaintext, aad []byte) (iv, ciphertext, tag []byte, err erro… argument
133 func (c AesContentCipher) Decrypt(cek, iv, ciphertxt, tag, aad []byte) (plaintext []byte, err error… argument
H A Dinterface.go17 Encrypt(cek, aad, plaintext []byte) ([]byte, []byte, []byte, error) argument
18 Decrypt(cek, iv, aad, ciphertext, tag []byte) ([]byte, error) argument
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/jwe/internal/cipher/
H A Dcipher.go86 func (c AesContentCipher) Encrypt(cek, plaintext, aad []byte) (iv, ciphertext, tag []byte, err erro… argument
133 func (c AesContentCipher) Decrypt(cek, iv, ciphertxt, tag, aad []byte) (plaintext []byte, err error… argument
H A Dinterface.go17 Encrypt(cek, aad, plaintext []byte) ([]byte, []byte, []byte, error) argument
18 Decrypt(cek, iv, aad, ciphertext, tag []byte) ([]byte, error) argument
/dports/net/jose/jose-11/tests/
H A Dalg_encr.c31 test(const jose_hook_alg_t *a, const char *pt, json_t *cek, bool iter) in test()
83 json_auto_t *cek = NULL; in main() local
/dports/www/py-azure-storage/azure-storage-0.36.0/azure/storage/
H A D_encryption.py113 def _generate_encryption_data_dict(kek, cek, iv): argument
181 def _generate_AES_CBC_cipher(cek, iv): argument
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/cosmosdb/v2017_04_17/common/
H A D_encryption.py120 def _generate_encryption_data_dict(kek, cek, iv): argument
190 def _generate_AES_CBC_cipher(cek, iv): argument
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2017_11_09/common/
H A D_encryption.py111 def _generate_encryption_data_dict(kek, cek, iv): argument
181 def _generate_AES_CBC_cipher(cek, iv): argument
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2018_11_09/common/
H A D_encryption.py111 def _generate_encryption_data_dict(kek, cek, iv): argument
181 def _generate_AES_CBC_cipher(cek, iv): argument
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2017_04_17/common/
H A D_encryption.py120 def _generate_encryption_data_dict(kek, cek, iv): argument
190 def _generate_AES_CBC_cipher(cek, iv): argument
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2016_05_31/
H A D_encryption.py113 def _generate_encryption_data_dict(kek, cek, iv): argument
181 def _generate_AES_CBC_cipher(cek, iv): argument
/dports/devel/py-azure-storage-common/azure-storage-common-2.1.0/azure/storage/common/
H A D_encryption.py111 def _generate_encryption_data_dict(kek, cek, iv): argument
181 def _generate_AES_CBC_cipher(cek, iv): argument
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2017_07_29/common/
H A D_encryption.py111 def _generate_encryption_data_dict(kek, cek, iv): argument
181 def _generate_AES_CBC_cipher(cek, iv): argument
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storage/v2018_03_28/common/
H A D_encryption.py111 def _generate_encryption_data_dict(kek, cek, iv): argument
181 def _generate_AES_CBC_cipher(cek, iv): argument
/dports/net/jose/jose-11/lib/openssl/
H A Ddir.c71 json_t *rcp, const json_t *jwk, json_t *cek) in alg_wrap_wrp()
84 const json_t *rcp, const json_t *jwk, json_t *cek) in alg_wrap_unw()
/dports/security/gnutls/gnutls-3.6.16/lib/nettle/gost/
H A Dgost-wrap.c81 const uint8_t *cek, in gost28147_key_wrap_cryptopro()
109 uint8_t *cek) in gost28147_key_unwrap_cryptopro()
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dvko.c74 gnutls_datum_t *cek, in _gnutls_gost_keytrans_encrypt()
174 gnutls_datum_t *cek, in _gnutls_gost_keytrans_decrypt()
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/filedatalake/v2018_11_09/_shared/
H A Dencryption.py128 def _generate_encryption_data_dict(kek, cek, iv): argument
198 def _generate_AES_CBC_cipher(cek, iv): argument
443 def get_blob_encryptor_and_padder(cek, iv, should_pad): argument

1234567