Home
last modified time | relevance | path

Searched refs:ad_length (Results 1 – 14 of 14) sorted by relevance

/dports/net/ipgrab/ipgrab-0.9.10/src/
H A Dah.c49 u_int16_t ad_length; in dump_ah() local
84 ad_length = len * 4 - 12; in dump_ah()
85 if (get_packet_bytes((u_int8_t *) &holder, pkt, ad_length) == 0) in dump_ah()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/crypto/
H A Dcipher_ossl.cpp146 Cipher_OpenSSL::set_ad(const uint8_t *ad, size_t ad_length) in set_ad() argument
150 if (EVP_CipherUpdate(m_ctx, NULL, &outlen, ad, ad_length) != 1) { in set_ad()
154 if ((size_t) outlen != ad_length) { in set_ad()
H A Dcipher_botan.cpp133 Cipher_Botan::set_ad(const uint8_t *ad, size_t ad_length) in set_ad() argument
137 dynamic_cast<Botan::AEAD_Mode &>(*m_cipher).set_associated_data(ad, ad_length); in set_ad()
H A Dcipher.hpp48 virtual bool set_ad(const uint8_t *ad, size_t ad_length) = 0;
H A Dcipher_botan.hpp46 bool set_ad(const uint8_t *ad, size_t ad_length) override;
H A Dcipher_ossl.hpp46 bool set_ad(const uint8_t *ad, size_t ad_length) override;
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/include/psa/
H A Dcrypto.h2516 size_t ad_length,
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/include/psa/
H A Dcrypto.h2494 size_t ad_length,
/dports/www/hiawatha/hiawatha-10.12/mbedtls/include/psa/
H A Dcrypto.h2516 size_t ad_length,
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/ext/psa/
H A Dcrypto.h2494 size_t ad_length,
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/ext/psa/
H A Dcrypto.h2494 size_t ad_length,
/dports/cad/sumo/sumo-1.2.0/src/netimport/
H A DNIImporter_OpenDrive.h616 double ad_r, double ad_length);
H A DNIImporter_OpenDrive.cpp1481 double ad_r, double ad_length) { in calcPointOnCurve() argument
1482 double rotAngle = ad_length / fabs(ad_r); in calcPointOnCurve()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/include/psa/
H A Dcrypto.h2545 size_t ad_length,