Home
last modified time | relevance | path

Searched defs:ctx_ (Results 1 – 3 of 3) sorted by relevance

/freebsd/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()
510 const crypto_aead_aes256gcm_state *ctx_) in crypto_aead_aes256gcm_encrypt_detached_afternm()
629 const crypto_aead_aes256gcm_state *ctx_) in crypto_aead_aes256gcm_encrypt_afternm()
648 const crypto_aead_aes256gcm_state *ctx_) in crypto_aead_aes256gcm_decrypt_detached_afternm()
805 const crypto_aead_aes256gcm_state *ctx_) in crypto_aead_aes256gcm_decrypt_afternm()
976 crypto_aead_aes256gcm_beforenm(crypto_aead_aes256gcm_state *ctx_, in crypto_aead_aes256gcm_beforenm()
990 const crypto_aead_aes256gcm_state *ctx_) in crypto_aead_aes256gcm_encrypt_detached_afternm()
1001 const crypto_aead_aes256gcm_state *ctx_) in crypto_aead_aes256gcm_encrypt_afternm()
1013 const crypto_aead_aes256gcm_state *ctx_) in crypto_aead_aes256gcm_decrypt_detached_afternm()
1025 const crypto_aead_aes256gcm_state *ctx_) in crypto_aead_aes256gcm_decrypt_afternm()
/freebsd/crypto/openssl/engines/
H A De_loader_attic.c403 static int eof_PKCS12(void *ctx_) in eof_PKCS12()
/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c177 static struct TestContext ctx_; variable