/kernel/linux/linux-5.10/net/mac80211/ |
H A D | michael.c | 13 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 D | michael.c | 13 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 D | cms_dd.c | 62 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 D | md5_sha1.c | 20 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 D | cms_dd.c | 62 EVP_MD_CTX *mctx = EVP_MD_CTX_new(); in ossl_cms_DigestedData_do_final() local
|
/third_party/openssl/crypto/md5/ |
H A D | md5_sha1.c | 20 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 D | rsa_pss_hash.c | 37 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 D | hmac-sha512.c | 81 EVP_MAC_CTX *mctx = NULL; in main() local
|
H A D | cmac-aes256.c | 71 EVP_MAC_CTX *mctx = NULL; in main() local
|
H A D | gmac.c | 62 EVP_MAC_CTX *mctx = NULL; in main() local
|
H A D | siphash.c | 49 EVP_MAC_CTX *mctx = NULL; in main() local
|
H A D | poly1305.c | 90 EVP_MAC_CTX *mctx = NULL; in main() local
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smbencrypt.c | 46 struct md4_ctx mctx; in mdfour() local
|
/kernel/linux/linux-6.6/fs/smb/common/ |
H A D | cifs_md4.c | 126 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 D | crc32c_generic.c | 59 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 D | crc32_generic.c | 61 u32 *mctx = crypto_shash_ctx(hash); in crc32_setkey() local 71 u32 *mctx = crypto_shash_ctx(desc->tfm); in crc32_init() local
|
H A D | md5.c | 131 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 D | michael_mic.c | 49 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 D | octeon-md5.c | 69 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 D | crc32-ce-glue.c | 55 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 D | md5_glue.c | 34 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 D | octeon-md5.c | 69 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 D | crc32-ce-glue.c | 55 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 D | md5_glue.c | 34 struct md5_state *mctx = shash_desc_ctx(desc); in md5_sparc64_init() local
|
/kernel/linux/linux-6.6/crypto/ |
H A D | crc32c_generic.c | 59 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
|