Home
last modified time | relevance | path

Searched refs:ctx_ (Results 1 – 6 of 6) sorted by relevance

/src/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_aead_aes256gcm.h114 int crypto_aead_aes256gcm_beforenm(crypto_aead_aes256gcm_state *ctx_,
126 const crypto_aead_aes256gcm_state *ctx_);
137 const crypto_aead_aes256gcm_state *ctx_)
150 const crypto_aead_aes256gcm_state *ctx_);
161 const crypto_aead_aes256gcm_state *ctx_)
/src/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c488 crypto_aead_aes256gcm_beforenm(crypto_aead_aes256gcm_state *ctx_, in crypto_aead_aes256gcm_beforenm() argument
491 context *ctx = (context *) ctx_; in crypto_aead_aes256gcm_beforenm()
496 COMPILER_ASSERT((sizeof *ctx_) >= (sizeof *ctx)); in crypto_aead_aes256gcm_beforenm()
510 const crypto_aead_aes256gcm_state *ctx_) in crypto_aead_aes256gcm_encrypt_detached_afternm() argument
513 const context *ctx = (const context *) ctx_; in crypto_aead_aes256gcm_encrypt_detached_afternm()
629 const crypto_aead_aes256gcm_state *ctx_) in crypto_aead_aes256gcm_encrypt_afternm() argument
635 nsec, npub, ctx_); in crypto_aead_aes256gcm_encrypt_afternm()
648 const crypto_aead_aes256gcm_state *ctx_) in crypto_aead_aes256gcm_decrypt_detached_afternm() argument
651 const context *ctx = (const context *) ctx_; in crypto_aead_aes256gcm_decrypt_detached_afternm()
805 const crypto_aead_aes256gcm_state *ctx_) in crypto_aead_aes256gcm_decrypt_afternm() argument
[all …]
/src/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-ppc.pl773 my ($ctx_,$_ctx,$const) = map("r$_",(10..12));
1331 addi $ctx_,$ctx,64 # &ctx->r[1]
1388 lvx_splt $R1,$x00,$ctx_ # gives ~8% improvement
1389 lvx_splt $S1,$x10,$ctx_
1390 lvx_splt $R2,$x20,$ctx_
1391 lvx_splt $S2,$x30,$ctx_
1392 lvx_splt $T1,$x40,$ctx_
1393 lvx_splt $T2,$x50,$ctx_
1394 lvx_splt $T3,$x60,$ctx_
1395 lvx_splt $T4,$x70,$ctx_
[all …]
/src/tests/sys/netmap/
H A Dctrl-api-test.c175 static struct TestContext ctx_; variable
2174 ARGV_APPEND(av, ac, ctx_.ifname); in tap_cleanup()
2180 ARGV_APPEND(av, ac, ctx_.ifname); in tap_cleanup()
2200 memset(&ctx_, 0, sizeof(ctx_)); in main()
2209 snprintf(ctx_.ifname, sizeof(ctx_.ifname), "tap%d", idx); in main()
2211 snprintf(ctx_.bdgname, sizeof(ctx_.bdgname), "vale%d", idx); in main()
2221 strncpy(ctx_.ifname, optarg, sizeof(ctx_.ifname) - 1); in main()
2269 ARGV_APPEND(av, ac, ctx_.ifname); in main()
2279 ARGV_APPEND(av, ac, ctx_.ifname); in main()
2312 memcpy(&ctxcopy, &ctx_, sizeof(ctxcopy)); in main()
/src/usr.sbin/moused/moused/
H A Dquirks.c53 #define qlog_debug(ctx_, ...) quirk_log_msg((ctx_), QLOG_NOISE, __VA_ARGS__) argument
54 #define qlog_info(ctx_, ...) quirk_log_msg((ctx_), QLOG_INFO, __VA_ARGS__) argument
55 #define qlog_error(ctx_, ...) quirk_log_msg((ctx_), QLOG_ERROR, __VA_ARGS__) argument
56 #define qlog_parser(ctx_, ...) quirk_log_msg((ctx_), QLOG_PARSER_ERROR, __VA_ARGS__) argument
/src/crypto/openssl/engines/
H A De_loader_attic.c403 static int eof_PKCS12(void *ctx_) in eof_PKCS12() argument
405 STACK_OF(OSSL_STORE_INFO) *ctx = ctx_; in eof_PKCS12()