Home
last modified time | relevance | path

Searched refs:cipher_stream (Results 1 – 12 of 12) sorted by relevance

/dports/security/gnupg/gnupg-2.3.3/common/
H A Dcall-gpg.c414 estream_t cipher_stream) in _gpg_encrypt() argument
430 assert ((reader_mb == NULL) != (cipher_stream == NULL)); in _gpg_encrypt()
459 err = start_reader (inbound_fds[0], reader_mb, cipher_stream, in _gpg_encrypt()
581 estream_t cipher_stream) in gpg_encrypt_stream() argument
586 NULL, cipher_stream); in gpg_encrypt_stream()
598 estream_t cipher_stream, in _gpg_decrypt() argument
613 assert ((ciph == NULL) != (cipher_stream == NULL)); in _gpg_decrypt()
635 err = start_writer (outbound_fds[1], ciph, ciphlen, cipher_stream, in _gpg_decrypt()
747 estream_t cipher_stream, in gpg_decrypt_stream() argument
751 NULL, 0, cipher_stream, in gpg_decrypt_stream()
H A Dcall-gpg.h40 estream_t cipher_stream);
51 estream_t cipher_stream,
/dports/security/gnupg/gnupg-2.3.3/tools/
H A Dgpgtar-extract.c287 estream_t cipher_stream = NULL; in gpgtar_extract() local
321 cipher_stream = stream; in gpgtar_extract()
344 cipher_stream, NULL, stream, NULL, NULL); in gpgtar_extract()
408 if (stream != cipher_stream) in gpgtar_extract()
409 es_fclose (cipher_stream); in gpgtar_extract()
H A Dgpgtar-list.c296 estream_t cipher_stream = NULL; in gpgtar_list() local
328 cipher_stream = stream; in gpgtar_list()
351 cipher_stream, NULL, stream, NULL, NULL); in gpgtar_list()
380 if (stream != cipher_stream) in gpgtar_list()
381 es_fclose (cipher_stream); in gpgtar_list()
H A Dgpgtar-create.c794 estream_t cipher_stream = NULL; in gpgtar_create() local
960 cipher_stream = outstream; in gpgtar_create()
1024 outstream, NULL, cipher_stream, NULL, NULL); in gpgtar_create()
1039 if (cipher_stream != es_stdout) in gpgtar_create()
1040 err = es_fclose (cipher_stream); in gpgtar_create()
1042 err = es_fflush (cipher_stream); in gpgtar_create()
1043 cipher_stream = NULL; in gpgtar_create()
1053 if (cipher_stream && cipher_stream != es_stdout) in gpgtar_create()
1054 es_fclose (cipher_stream); in gpgtar_create()
/dports/net/scapy/scapy-2.4.5/scapy/layers/tls/crypto/
H A Dciphers.py13 from scapy.layers.tls.crypto.cipher_stream import _tls_stream_cipher_algs
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Test/Benchmarks/
H A DBenchmarksTest.cpp178 AP4_ByteStream* cipher_stream = NULL; in CreateDcfDecrypter() local
183 cipher_stream); in CreateDcfDecrypter()
185 return cipher_stream; in CreateDcfDecrypter()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Core/
H A DAp4OmaDcf.cpp98 AP4_ByteStream* cipher_stream = NULL; in AP4_DEFINE_DYNAMIC_CAST_ANCHOR() local
103 cipher_stream); in AP4_DEFINE_DYNAMIC_CAST_ANCHOR()
106 odda->SetEncryptedPayload(*cipher_stream, ohdr->GetPlaintextLength()); in AP4_DEFINE_DYNAMIC_CAST_ANCHOR()
107 cipher_stream->Release(); in AP4_DEFINE_DYNAMIC_CAST_ANCHOR()
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Core/
H A DAp4OmaDcf.cpp98 AP4_ByteStream* cipher_stream = NULL; in AP4_DEFINE_DYNAMIC_CAST_ANCHOR() local
103 cipher_stream); in AP4_DEFINE_DYNAMIC_CAST_ANCHOR()
106 odda->SetEncryptedPayload(*cipher_stream, ohdr->GetPlaintextLength()); in AP4_DEFINE_DYNAMIC_CAST_ANCHOR()
107 cipher_stream->Release(); in AP4_DEFINE_DYNAMIC_CAST_ANCHOR()
/dports/net/scapy/scapy-2.4.5/scapy/layers/tls/
H A Drecord_tls13.py26 from scapy.layers.tls.crypto.cipher_stream import Cipher_NULL
H A Drecord.py36 from scapy.layers.tls.crypto.cipher_stream import Cipher_NULL
/dports/security/p5-CryptX/CryptX-0.075/
H A DMANIFEST791 t/cipher_stream.t