Home
last modified time | relevance | path

Searched defs:taglen (Results 1 – 25 of 43) sorted by relevance

12

/third_party/openssl/providers/implementations/ciphers/
Dciphercommon_ccm_hw.c33 unsigned char *tag, size_t taglen) in ossl_ccm_generic_auth_encrypt()
50 unsigned char *expected_tag, size_t taglen) in ossl_ccm_generic_auth_decrypt()
Dcipher_aes_siv.h28 size_t taglen; /* the taglen is the same as the sivlen */ member
Dcipher_aes_ocb.h31 size_t taglen; member
Dciphercommon_gcm.c161 size_t taglen = (ctx->taglen != UNINITIALISED_SIZET) ? ctx->taglen : in ossl_gcm_get_ctx_params() local
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dciphercommon_ccm_hw.c33 unsigned char *tag, size_t taglen) in ossl_ccm_generic_auth_encrypt()
50 unsigned char *expected_tag, size_t taglen) in ossl_ccm_generic_auth_decrypt()
Dcipher_aes_siv.h28 size_t taglen; /* the taglen is the same as the sivlen */ member
Dcipher_aes_ocb.h31 size_t taglen; member
Dciphercommon_gcm.c161 size_t taglen = (ctx->taglen != UNINITIALISED_SIZET) ? ctx->taglen : in ossl_gcm_get_ctx_params() local
/third_party/openssl/test/
Daesgcmtest.c97 int ctlen = 0, taglen = 0; in kat_test() local
124 int ctlen = 0, taglen = 0; in ivgen_test() local
/third_party/ffmpeg/libavformat/
Did3v2.c365 static void read_ttag(AVFormatContext *s, AVIOContext *pb, int taglen, in read_ttag()
429 static void read_uslt(AVFormatContext *s, AVIOContext *pb, int taglen, in read_uslt()
478 static void read_comment(AVFormatContext *s, AVIOContext *pb, int taglen, in read_comment()
533 static void read_geobtag(AVFormatContext *s, AVIOContext *pb, int taglen, in read_geobtag()
664 static void read_apic(AVFormatContext *s, AVIOContext *pb, int taglen, in read_apic()
763 int taglen; in read_chapter() local
821 static void read_priv(AVFormatContext *s, AVIOContext *pb, int taglen, in read_priv()
Domadec.c183 uint32_t taglen, datalen; in nprobe() local
/third_party/node/deps/openssl/openssl/ssl/record/
Dssl3_record_tls13.c28 size_t taglen, offset, loop, hdrlen; in tls13_enc() local
/third_party/openssl/ssl/record/
Dssl3_record_tls13.c28 size_t taglen, offset, loop, hdrlen; in tls13_enc() local
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genaes.c319 uint8_t *stream_block_16, size_t *nc_or_iv_off, int taglen) in lws_genaes_crypt()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
Dopenssl.c205 size_t taglen = crypto_aead_max_overhead(cipher); in ngtcp2_crypto_aead_ctx_encrypt_init() local
252 size_t taglen = crypto_aead_max_overhead(cipher); in ngtcp2_crypto_aead_ctx_decrypt_init() local
494 size_t taglen = crypto_aead_max_overhead(cipher); in ngtcp2_crypto_encrypt() local
533 size_t taglen = crypto_aead_max_overhead(cipher); in ngtcp2_crypto_decrypt() local
/third_party/libwebsockets/include/libwebsockets/
Dlws-genaes.h88 int taglen; member
/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genaes.c292 uint8_t *stream_block_16, size_t *nc_or_iv_off, int taglen) in lws_genaes_crypt()
/third_party/mbedtls/library/
Dcipher.c178 mbedtls_cipher_mode_t mode, size_t taglen) in mbedtls_psa_translate_cipher_mode()
269 size_t taglen) in mbedtls_cipher_setup_psa()
/third_party/node/deps/openssl/openssl/crypto/modes/
Docb128.c218 size_t len, size_t taglen) in CRYPTO_ocb128_setiv()
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
Dciphercommon_gcm.h51 size_t taglen; member
/third_party/openssl/providers/implementations/include/prov/
Dciphercommon_gcm.h51 size_t taglen; member
/third_party/openssl/crypto/modes/
Docb128.c218 size_t len, size_t taglen) in CRYPTO_ocb128_setiv()
/third_party/libwebsockets/lib/misc/cache-ttl/
Dheap.c106 size_t taglen = strlen(iname); in lws_cache_heap_item_destroy() local
/third_party/openssl/ssl/
Dt1_enc.c402 int taglen; in tls1_change_cipher_state() local
/third_party/node/deps/openssl/openssl/ssl/
Dt1_enc.c402 int taglen; in tls1_change_cipher_state() local

12