Home
last modified time | relevance | path

Searched refs:ptls_aead__build_iv (Results 1 – 7 of 7) sorted by relevance

/dports/www/h2o-devel/h2o-dcc7134/deps/picotls/lib/cifra/
H A Daes-common.h119 ptls_aead__build_iv(ctx->super.algo, iv, ctx->static_iv, seq); in aesgcm_encrypt_init()
149 ptls_aead__build_iv(ctx->super.algo, iv, ctx->static_iv, seq); in aesgcm_decrypt()
H A Dchacha20.c113ptls_aead__build_iv(ctx->super.algo, tmpbuf + 16 - PTLS_CHACHA20POLY1305_IV_SIZE, ctx->static_iv, … in chacha20poly1305_init()
/dports/www/h2o-devel/h2o-dcc7134/deps/picotls/picotlsvs/bcrypt-test/
H A Dbcrypt-test.c96 ptls_aead__build_iv(aead, iv_nonce, iv, seq); in EncodeOneShot()
142 ptls_aead__build_iv(aead, iv_nonce, iv, seq); in DecodeOneShot()
/dports/www/h2o-devel/h2o-dcc7134/deps/picotls/lib/
H A Dptlsbcrypt.c329 ptls_aead__build_iv(ctx->super.algo, ctx->bctx.iv, ctx->bctx.iv_static, seq); in ptls_bcrypt_aead_do_encrypt_init()
455 ptls_aead__build_iv(ctx->super.algo, ctx->bctx.iv, ctx->bctx.iv_static, seq); in ptls_bcrypt_aead_do_decrypt()
H A Dopenssl.c898 ptls_aead__build_iv(ctx->super.algo, iv, ctx->static_iv, seq); in aead_do_encrypt_init()
948 ptls_aead__build_iv(ctx->super.algo, iv, ctx->static_iv, seq); in aead_do_decrypt()
H A Dpicotls.c5264 void ptls_aead__build_iv(ptls_aead_algorithm_t *algo, uint8_t *iv, const uint8_t *static_iv, uint64… in ptls_aead__build_iv() function
/dports/www/h2o-devel/h2o-dcc7134/deps/picotls/include/
H A Dpicotls.h1355 void ptls_aead__build_iv(ptls_aead_algorithm_t *algo, uint8_t *iv, const uint8_t *static_iv, uint64…