Searched refs:ctx_ (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/sys/contrib/libsodium/src/libsodium/include/sodium/ |
| HD | crypto_aead_aes256gcm.h | 114 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_)
|
| /freebsd-14-stable/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/ |
| HD | aead_aes256gcm_aesni.c | 488 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 …]
|
| /freebsd-14-stable/crypto/openssl/crypto/poly1305/asm/ |
| HD | poly1305-ppc.pl | 773 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 …]
|
| /freebsd-14-stable/tests/sys/netmap/ |
| HD | ctrl-api-test.c | 177 static struct TestContext ctx_; variable 2164 ARGV_APPEND(av, ac, ctx_.ifname); in tap_cleanup() 2170 ARGV_APPEND(av, ac, ctx_.ifname); in tap_cleanup() 2195 memset(&ctx_, 0, sizeof(ctx_)); in main() 2204 snprintf(ctx_.ifname, sizeof(ctx_.ifname), "tap%d", idx); in main() 2206 snprintf(ctx_.bdgname, sizeof(ctx_.bdgname), "vale%d", idx); in main() 2216 strncpy(ctx_.ifname, optarg, sizeof(ctx_.ifname) - 1); in main() 2264 ARGV_APPEND(av, ac, ctx_.ifname); in main() 2274 ARGV_APPEND(av, ac, ctx_.ifname); in main() 2307 memcpy(&ctxcopy, &ctx_, sizeof(ctxcopy)); in main()
|
| /freebsd-14-stable/crypto/openssl/engines/ |
| HD | e_loader_attic.c | 403 static int eof_PKCS12(void *ctx_) in eof_PKCS12() argument 405 STACK_OF(OSSL_STORE_INFO) *ctx = ctx_; in eof_PKCS12()
|