Searched defs:ctx_ (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/ |
H A D | aead_aes256gcm_aesni.c | 488 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/usr.sbin/moused/moused/ |
H A D | quirks.c | 53 #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
|
/freebsd/crypto/openssl/engines/ |
H A D | e_loader_attic.c | 400 static int eof_PKCS12(void *ctx_) in eof_PKCS12()
|
/freebsd/tests/sys/netmap/ |
H A D | ctrl-api-test.c | 175 static struct TestContext ctx_; variable
|