Home
last modified time | relevance | path

Searched defs:hctx (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/crypto/libecc/src/hash/
H A Dhash_algs.c151 ATTRIBUTE_WARN_UNUSED_RET int _sha224_init(hash_context * hctx) in _sha224_init()
155 ATTRIBUTE_WARN_UNUSED_RET int _sha224_update(hash_context * hctx, const unsigned char *chunk, u32 c… in _sha224_update()
159 ATTRIBUTE_WARN_UNUSED_RET int _sha224_final(hash_context * hctx, unsigned char *output) in _sha224_final()
165 ATTRIBUTE_WARN_UNUSED_RET int _sha256_init(hash_context * hctx) in _sha256_init()
169 ATTRIBUTE_WARN_UNUSED_RET int _sha256_update(hash_context * hctx, const unsigned char *chunk, u32 c… in _sha256_update()
173 ATTRIBUTE_WARN_UNUSED_RET int _sha256_final(hash_context * hctx, unsigned char *output) in _sha256_final()
179 ATTRIBUTE_WARN_UNUSED_RET int _sha384_init(hash_context * hctx) in _sha384_init()
183 ATTRIBUTE_WARN_UNUSED_RET int _sha384_update(hash_context * hctx, const unsigned char *chunk, u32 c… in _sha384_update()
187 ATTRIBUTE_WARN_UNUSED_RET int _sha384_final(hash_context * hctx, unsigned char *output) in _sha384_final()
193 ATTRIBUTE_WARN_UNUSED_RET int _sha512_init(hash_context * hctx) in _sha512_init()
[all …]
/freebsd/crypto/openssl/crypto/engine/
H A Deng_openssl.c455 OSSL_HMAC_PKEY_CTX *hctx; in ossl_hmac_init() local
501 OSSL_HMAC_PKEY_CTX *hctx = EVP_PKEY_CTX_get_data(ctx); in ossl_hmac_cleanup() local
514 OSSL_HMAC_PKEY_CTX *hctx = EVP_PKEY_CTX_get_data(ctx); in ossl_hmac_keygen() local
527 OSSL_HMAC_PKEY_CTX *hctx = EVP_PKEY_CTX_get_data(EVP_MD_CTX_get_pkey_ctx(ctx)); in ossl_int_update() local
544 OSSL_HMAC_PKEY_CTX *hctx = EVP_PKEY_CTX_get_data(ctx); in ossl_hmac_signctx() local
561 OSSL_HMAC_PKEY_CTX *hctx = EVP_PKEY_CTX_get_data(ctx); in ossl_hmac_ctrl() local
/freebsd/crypto/openssl/crypto/slh_dsa/
H A Dslh_hash.c150 slh_hmsg_sha2(SLH_DSA_HASH_CTX *hctx, const uint8_t *r, const uint8_t *pk_seed, in slh_hmsg_sha2()
169 slh_prf_msg_sha2(SLH_DSA_HASH_CTX *hctx, in slh_prf_msg_sha2()
224 slh_prf_sha2(SLH_DSA_HASH_CTX *hctx, const uint8_t *pk_seed, in slh_prf_sha2()
235 slh_f_sha2(SLH_DSA_HASH_CTX *hctx, const uint8_t *pk_seed, const uint8_t *adrs, in slh_f_sha2()
243 slh_h_sha2(SLH_DSA_HASH_CTX *hctx, const uint8_t *pk_seed, const uint8_t *adrs, in slh_h_sha2()
257 slh_t_sha2(SLH_DSA_HASH_CTX *hctx, const uint8_t *pk_seed, const uint8_t *adrs, in slh_t_sha2()
H A Dslh_dsa.c42 static int slh_sign_internal(SLH_DSA_HASH_CTX *hctx, in slh_sign_internal()
147 static int slh_verify_internal(SLH_DSA_HASH_CTX *hctx, in slh_verify_internal()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dpbkdf2-sha256.c50 crypto_auth_hmacsha256_state PShctx, hctx; in PBKDF2_SHA256() local
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c410 struct bnxt_qplib_ctx *hctx; in bnxt_qplib_free_hwctx() local
427 struct bnxt_qplib_ctx *hctx) in bnxt_qplib_alloc_tqm_rings()
508 struct bnxt_qplib_ctx *hctx) in bnxt_qplib_setup_tqm_rings()
546 struct bnxt_qplib_ctx *hctx; in bnxt_qplib_alloc_hwctx() local
H A Dmain.c240 struct bnxt_qplib_ctx *hctx; in bnxt_re_limit_pf_res() local
288 struct bnxt_qplib_ctx *hctx; in bnxt_re_set_resource_limits() local
1686 struct bnxt_qplib_ctx *hctx; in bnxt_re_net_stats_ctx_alloc() local
3020 struct bnxt_qplib_ctx *hctx; in bnxt_re_put_stats_ctx() local
3040 struct bnxt_qplib_ctx *hctx; in bnxt_re_get_stats_ctx() local
H A Dqplib_rcfw.c933 struct bnxt_qplib_ctx *hctx; in bnxt_qplib_init_rcfw() local
H A Dqplib_sp.c214 struct bnxt_qplib_ctx *hctx; in bnxt_qplib_set_func_resources() local
H A Dqplib_res.h421 struct bnxt_qplib_ctx *hctx; member
/freebsd/crypto/libecc/src/examples/hash/
H A Dhash.h82 hash_context hctx; member
/freebsd/crypto/heimdal/kuser/
H A Dkdigest.c275 EVP_MD_CTX *hctx, *ctx; in client_mschapv2() local
/freebsd/crypto/libecc/src/sig/
H A Dsm2.c143 hash_context hctx; in sm2_compute_Z() local
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dpbkdf2.c387 HMAC_CTX *hctx_tpl = NULL, *hctx = NULL; in pbkdf2_derive() local
/freebsd/lib/libradius/
H A Dradlib.c191 HMAC_CTX *hctx; in is_valid_response() local
289 HMAC_CTX *hctx; in is_valid_request() local
/freebsd/crypto/openssl/crypto/hpke/
H A Dhpke.c141 static int hpke_aead_dec(OSSL_HPKE_CTX *hctx, const unsigned char *iv, in hpke_aead_dec()
217 static int hpke_aead_enc(OSSL_HPKE_CTX *hctx, const unsigned char *iv, in hpke_aead_enc()
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c329 EVP_MAC_CTX *hctx, int enc) in broken_session_ticket_cb()
337 EVP_MAC_CTX *hctx, int enc) in do_not_call_session_ticket_cb()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c164 archive_hmac_sha1_ctx hctx; member
2476 archive_hmac_sha1_ctx hctx; in is_winzip_aes_encryption_supported() local
H A Darchive_read_support_format_zip.c239 archive_hmac_sha1_ctx hctx; member
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c1010 EVP_MD_CTX *hctx; in tls_parse_ctos_cookie() local
2065 EVP_MD_CTX *hctx; in tls_construct_stoc_cookie() local
H A Dstatem_srvr.c3949 SSL_HMAC *hctx = NULL; in construct_stateless_ticket() local
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzvol_os.c116 static blk_status_t zvol_mq_queue_rq(struct blk_mq_hw_ctx *hctx, in zvol_mq_queue_rq()
/freebsd/crypto/libecc/src/examples/sig/rsa/
H A Drsa.c1842 gen_hash_context hctx; in _rsa_iso9796_2_sign_recover() local
1956 gen_hash_context hctx; in rsa_iso9796_2_verify_recover() local
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c4762 EVP_MAC_CTX *hctx; in hpke_labeled_extract() local
4766 HMAC_CTX *hctx; in hpke_labeled_extract() local
4854 EVP_MAC_CTX *hctx = NULL; in hpke_labeled_expand() local
4857 HMAC_CTX *hctx; in hpke_labeled_expand() local
/freebsd/sys/sys/
H A Dsocketvar.h465 void *hctx; /* hook point specific data*/ member

12