Home
last modified time | relevance | path

Searched full:ipad (Results 1 – 25 of 33) sorted by relevance

12

/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c542 * for calculating ipad and opad in cpt_aead_init()
547 ctx->ipad = kzalloc(ss, GFP_KERNEL); in cpt_aead_init()
548 if (!ctx->ipad) { in cpt_aead_init()
555 kfree(ctx->ipad); in cpt_aead_init()
564 kfree(ctx->ipad); in cpt_aead_init()
621 kfree(ctx->ipad); in otx_cpt_aead_exit()
756 u8 *ipad = NULL, *opad = NULL; in aead_hmac_init() local
792 ipad = ctx->ipad; in aead_hmac_init()
795 memcpy(ipad, ctx->key, authkeylen); in aead_hmac_init()
796 memset(ipad + authkeylen, 0, bs - authkeylen); in aead_hmac_init()
[all …]
H A Dotx_cptvf_algs.h115 u8 ipad[64]; member
173 u8 *ipad; member
/linux/arch/arm64/boot/dts/apple/
H A Ds8001-j99a.dts3 * Apple iPad Pro (12.9-inch) (Cellular), J99a, iPad6,8 (A1652)
14 model = "Apple iPad Pro (12.9-inch) (Cellular)";
H A Ds8001-j98a.dts3 * Apple iPad Pro (12.9-inch) (Wi-Fi), J98a, iPad6,7 (A1584)
14 model = "Apple iPad Pro (12.9-inch) (Wi-Fi)";
H A Ds8001-j98a-j99a.dtsi3 * Apple iPad Pro (12.9-inch)
5 * This file contains parts common to iPad Pro (12.9-inch).
H A Ds8001-common.dtsi3 * Apple iPad Pro (9.7-inch), iPad Pro (12.9-inch)
H A Dt8010-common.dtsi3 * Apple iPhone 7, iPhone 7 Plus, iPad 6, iPad 7, iPod touch 7
H A Dt7000-handheld.dtsi3 * Apple iPhone 6, iPhone 6 Plus, iPad mini 4, iPod touch 6
H A Ds800x-ipad5.dtsi3 * Apple iPad 5 common device tree
H A Dt8010-ipad6.dtsi3 * Apple iPad 6 common device tree
H A Dt8011-common.dtsi3 * Apple TV 4K, Apple iPad Pro 2
H A Dt8011-pro2.dtsi3 * Apple iPad Pro 2 common device tree
H A Ds5l8960x-air1.dtsi3 * Apple iPad Air common device tree
H A Ds800-0-3-common.dtsi3 * Apple iPhone 6s, iPhone 6s Plus, iPad 5, iPhone SE
H A Dt7000-mini4.dtsi3 * Apple iPad mini 4 common device tree
H A Ds5l8960x-mini2.dtsi3 * Apple iPad mini 2 common device tree
H A Dt7001-air2.dtsi3 * Apple iPad Air 2 common device tree
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.h106 u8 ipad[64]; member
169 u8 *ipad; member
/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_req.h139 * @ipad: IPAD or KEY2 for AES-XTS
144 u8 ipad[64]; member
184 * 1 - Authentication IV and KEY, microcode calculates OPAD/IPAD
185 * 0 - Authentication OPAD/IPAD
/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.h89 u8 ipad[64]; member
/linux/net/mptcp/
H A Dcrypto.c
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dapple,aic.yaml14 Apple ARM SoC platforms, including various iPhone and iPad devices and the
/linux/drivers/crypto/caam/
H A Dkey_gen.c31 get a split ipad/opad key
/linux/drivers/crypto/ccp/
H A Dccp-crypto-sha.c199 memcpy(rctx->buf, ctx->u.sha.ipad, block_size); in ccp_sha_init()
302 ctx->u.sha.ipad[i] = ctx->u.sha.key[i] ^ HMAC_IPAD_VALUE; in ccp_sha_setkey()
H A Dccp-crypto.h194 u8 ipad[MAX_SHA_BLOCK_SIZE]; member

12