Home
last modified time | relevance | path

Searched defs:mctx (Results 1 - 25 of 96) sorted by relevance

1234

/kernel/linux/linux-5.10/net/mac80211/
H A Dmichael.c13 static void michael_block(struct michael_mic_ctx *mctx, u32 val) in michael_block() argument
27 michael_mic_hdr(struct michael_mic_ctx *mctx, const u8 *key, struct ieee80211_hdr *hdr) michael_mic_hdr() argument
58 struct michael_mic_ctx mctx; michael_mic() local
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dmichael.c13 static void michael_block(struct michael_mic_ctx *mctx, u32 val) in michael_block() argument
27 michael_mic_hdr(struct michael_mic_ctx *mctx, const u8 *key, struct ieee80211_hdr *hdr) michael_mic_hdr() argument
58 struct michael_mic_ctx mctx; michael_mic() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_dd.c62 EVP_MD_CTX *mctx = EVP_MD_CTX_new(); in ossl_cms_DigestedData_do_final() local
/third_party/node/deps/openssl/openssl/crypto/md5/
H A Dmd5_sha1.c20 int ossl_md5_sha1_init(MD5_SHA1_CTX *mctx) in ossl_md5_sha1_init() argument
27 int ossl_md5_sha1_update(MD5_SHA1_CTX *mctx, const void *data, size_t count) in ossl_md5_sha1_update() argument
34 int ossl_md5_sha1_final(unsigned char *md, MD5_SHA1_CTX *mctx) in ossl_md5_sha1_final() argument
41 int ossl_md5_sha1_ctrl(MD5_SHA1_CTX *mctx, in argument
[all...]
/third_party/openssl/crypto/cms/
H A Dcms_dd.c62 EVP_MD_CTX *mctx = EVP_MD_CTX_new(); in ossl_cms_DigestedData_do_final() local
/third_party/openssl/crypto/md5/
H A Dmd5_sha1.c20 int ossl_md5_sha1_init(MD5_SHA1_CTX *mctx) in ossl_md5_sha1_init() argument
27 int ossl_md5_sha1_update(MD5_SHA1_CTX *mctx, const void *data, size_t count) in ossl_md5_sha1_update() argument
34 int ossl_md5_sha1_final(unsigned char *md, MD5_SHA1_CTX *mctx) in ossl_md5_sha1_final() argument
41 int ossl_md5_sha1_ctrl(MD5_SHA1_CTX *mctx, in argument
[all...]
/third_party/openssl/demos/signature/
H A Drsa_pss_hash.c37 EVP_MD_CTX *mctx = NULL; in sign() local
118 EVP_MD_CTX *mctx = NULL; in verify() local
[all...]
/third_party/openssl/demos/mac/
H A Dhmac-sha512.c81 EVP_MAC_CTX *mctx = NULL; in main() local
H A Dcmac-aes256.c71 EVP_MAC_CTX *mctx = NULL; in main() local
H A Dgmac.c62 EVP_MAC_CTX *mctx = NULL; in main() local
H A Dsiphash.c49 EVP_MAC_CTX *mctx = NULL; in main() local
H A Dpoly1305.c90 EVP_MAC_CTX *mctx = NULL; in main() local
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmbencrypt.c46 struct md4_ctx mctx; in mdfour() local
/kernel/linux/linux-6.6/fs/smb/common/
H A Dcifs_md4.c126 int cifs_md4_init(struct md4_ctx *mctx) in cifs_md4_init() argument
139 int cifs_md4_update(struct md4_ctx *mctx, const u8 *data, unsigned int len) in cifs_md4_update() argument
171 cifs_md4_final(struct md4_ctx *mctx, u8 *out) cifs_md4_final() argument
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dcrc32c_generic.c59 struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm); in chksum_init() local
75 struct chksum_ctx *mctx = crypto_shash_ctx(tfm); in chksum_setkey() local
117 struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm); in chksum_digest() local
124 struct chksum_ctx *mctx = crypto_tfm_ctx(tfm); in crc32c_cra_init() local
H A Dcrc32_generic.c61 u32 *mctx = crypto_shash_ctx(hash); in crc32_setkey() local
71 u32 *mctx = crypto_shash_ctx(desc->tfm); in crc32_init() local
H A Dmd5.c131 struct md5_state *mctx = shash_desc_ctx(desc); in md5_init() local
144 struct md5_state *mctx = shash_desc_ctx(desc); in md5_update() local
176 struct md5_state *mctx = shash_desc_ctx(desc); md5_final() local
[all...]
H A Dmichael_mic.c49 struct michael_mic_desc_ctx *mctx = shash_desc_ctx(desc); in michael_init() local
62 struct michael_mic_desc_ctx *mctx = shash_desc_ctx(desc); in michael_update() local
99 struct michael_mic_desc_ctx *mctx = shash_desc_ctx(desc); michael_final() local
132 struct michael_mic_ctx *mctx = crypto_shash_ctx(tfm); michael_setkey() local
[all...]
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c69 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_init() local
83 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_update() local
122 struct md5_state *mctx = shash_desc_ctx(desc); octeon_md5_final() local
[all...]
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dcrc32-ce-glue.c55 u32 *mctx = crypto_shash_ctx(hash); in crc32_setkey() local
65 u32 *mctx = crypto_shash_ctx(desc->tfm); in crc32_init() local
/kernel/linux/linux-5.10/arch/sparc/crypto/
H A Dmd5_glue.c34 struct md5_state *mctx = shash_desc_ctx(desc); in md5_sparc64_init() local
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c69 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_init() local
84 struct md5_state *mctx = shash_desc_ctx(desc); in octeon_md5_update() local
123 struct md5_state *mctx = shash_desc_ctx(desc); octeon_md5_final() local
[all...]
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dcrc32-ce-glue.c55 u32 *mctx = crypto_shash_ctx(hash); in crc32_setkey() local
65 u32 *mctx = crypto_shash_ctx(desc->tfm); in crc32_init() local
/kernel/linux/linux-6.6/arch/sparc/crypto/
H A Dmd5_glue.c34 struct md5_state *mctx = shash_desc_ctx(desc); in md5_sparc64_init() local
/kernel/linux/linux-6.6/crypto/
H A Dcrc32c_generic.c59 struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm); in chksum_init() local
75 struct chksum_ctx *mctx = crypto_shash_ctx(tfm); in chksum_setkey() local
117 struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm); in chksum_digest() local
124 struct chksum_ctx *mctx = crypto_tfm_ctx(tfm); in crc32c_cra_init() local

Completed in 7 milliseconds

1234