Home
last modified time | relevance | path

Searched defs:tag_size (Results 1 – 25 of 1239) sorted by relevance

12345678910>>...50

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/modes/aead/eax/
H A Deax.h38 size_t tag_size() const override { return m_tag_size; } in tag_size() function
79 EAX_Mode(cipher, tag_size) {} in EAX_Mode() argument
102 EAX_Mode(cipher, tag_size) {} in EAX_Mode() argument
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/modes/aead/gcm/
H A Dgcm.h39 size_t tag_size() const override { return m_tag_size; } in tag_size() function
77 GCM_Mode(cipher, tag_size) {} in GCM_Mode() argument
100 GCM_Mode(cipher, tag_size) {} in GCM_Mode() argument
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/modes/aead/gcm/
H A Dgcm.h39 size_t tag_size() const override { return m_tag_size; } in tag_size() function
77 GCM_Mode(cipher, tag_size) {} in GCM_Mode() argument
100 GCM_Mode(cipher, tag_size) {} in GCM_Mode() argument
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/modes/aead/eax/
H A Deax.h38 size_t tag_size() const override { return m_tag_size; } in tag_size() function
79 EAX_Mode(cipher, tag_size) {} in EAX_Mode() argument
102 EAX_Mode(cipher, tag_size) {} in EAX_Mode() argument
/dports/security/botan2/Botan-2.18.2/src/lib/modes/aead/eax/
H A Deax.h38 size_t tag_size() const override { return m_tag_size; } in tag_size() function
79 EAX_Mode(cipher, tag_size) {} in EAX_Mode() argument
102 EAX_Mode(cipher, tag_size) {} in EAX_Mode() argument
/dports/security/botan2/Botan-2.18.2/src/lib/modes/aead/gcm/
H A Dgcm.h39 size_t tag_size() const override { return m_tag_size; } in tag_size() function
77 GCM_Mode(cipher, tag_size) {} in GCM_Mode() argument
100 GCM_Mode(cipher, tag_size) {} in GCM_Mode() argument
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/modes/aead/ccm/
H A Dccm.h46 size_t tag_size() const override { return m_tag_size; } in tag_size() function
91 CCM_Mode(cipher, tag_size, L) {} in CCM_Mode() argument
115 CCM_Mode(cipher, tag_size, L) {} in CCM_Mode() argument
/dports/security/botan2/Botan-2.18.2/src/lib/modes/aead/ccm/
H A Dccm.h46 size_t tag_size() const override { return m_tag_size; } in tag_size() function
91 CCM_Mode(cipher, tag_size, L) {} in CCM_Mode() argument
115 CCM_Mode(cipher, tag_size, L) {} in CCM_Mode() argument
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/modes/aead/ccm/
H A Dccm.h46 size_t tag_size() const override { return m_tag_size; } in tag_size() function
91 CCM_Mode(cipher, tag_size, L) {} in CCM_Mode() argument
115 CCM_Mode(cipher, tag_size, L) {} in CCM_Mode() argument
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/crypto/
H A Dcipher.cpp39 size_t tag_size, in encryption()
54 size_t tag_size, in decryption()
H A Dcipher_ossl.cpp48 size_t tag_size, in create()
94 size_t tag_size, in encryption()
107 size_t tag_size, in decryption()
252 size_t tag_size, in Cipher_OpenSSL()
H A Dcipher_botan.cpp59 make_name(pgp_symm_alg_t cipher, pgp_cipher_mode_t mode, size_t tag_size, bool disable_padding) in make_name()
84 size_t tag_size, in encryption()
94 size_t tag_size, in decryption()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Did3.cpp38 size_t tag_size = (buffer[6] << 21) | (buffer[7] << 14) | (buffer[8] << 7) | buffer[9]; in skip_v2_tag() local
54 int tag_size; in v2_tag_present_at_end() local
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/input/
H A Dr_tta.cpp39 int tag_size = mtx::id3::skip_v2_tag(*m_in); in probe_file() local
49 int tag_size = mtx::id3::skip_v2_tag(*m_in); in read_headers() local
/dports/security/botan110/Botan-1.10.17/src/filters/modes/eax/
H A Deax_dec.cpp19 size_t tag_size) : in EAX_Decryption()
32 size_t tag_size) : in EAX_Decryption()
H A Deax.h108 EAX_Base(ciph, tag_size) {} in EAX_Base() argument
118 size_t tag_size) : EAX_Base(ciph, tag_size) in EAX_Encryption()
/dports/security/gnutls/gnutls-3.6.16/lib/accelerated/x86/
H A Daes-gcm-aead.h8 size_t tag_size, in aes_gcm_aead_encrypt()
29 size_t tag_size, in aes_gcm_aead_decrypt()
/dports/audio/shntool/shntool-3.0.10/src/
H A Dcore_module.c29 unsigned long tag_size; in check_for_id3v2_tag() local
55 unsigned long tag_size; in open_input_internal() local
/dports/security/botan110/Botan-1.10.17/src/ssl/
H A Dtls_reader.h148 size_t tag_size) in append_tls_length_value()
171 size_t tag_size) in append_tls_length_value()
179 size_t tag_size) in append_tls_length_value()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/modes/aead/ocb/
H A Docb.h96 OCB_Mode(cipher, tag_size) {} in OCB_Mode() argument
118 OCB_Mode(cipher, tag_size) {} in OCB_Mode() argument
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dcipher-cbc.c35 unsigned int tag_size = in dummy_wait() local
77 size_t tag_size) in cbc_mac_verify()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/modes/aead/ocb/
H A Docb.h96 OCB_Mode(cipher, tag_size) {} in OCB_Mode() argument
118 OCB_Mode(cipher, tag_size) {} in OCB_Mode() argument
/dports/security/botan2/Botan-2.18.2/src/lib/modes/aead/ocb/
H A Docb.h96 OCB_Mode(cipher, tag_size) {} in OCB_Mode() argument
118 OCB_Mode(cipher, tag_size) {} in OCB_Mode() argument
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/
H A Dtls_reader.h188 size_t tag_size) in append_tls_length_value()
211 size_t tag_size) in append_tls_length_value()
219 size_t tag_size) in append_tls_length_value()
/dports/security/botan2/Botan-2.18.2/src/lib/tls/
H A Dtls_reader.h188 size_t tag_size) in append_tls_length_value()
211 size_t tag_size) in append_tls_length_value()
219 size_t tag_size) in append_tls_length_value()

12345678910>>...50