Home
last modified time | relevance | path

Searched refs:K1 (Results 1 – 22 of 22) sorted by relevance

/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c445 u32 outlen, struct xdr_netobj *K1) in krb5_hmac_K1() argument
469 ret = crypto_shash_final(desc, K1->data); in krb5_hmac_K1()
507 struct xdr_netobj K1 = { in krb5_kdf_hmac_sha2() local
527 K1.len = crypto_shash_digestsize(tfm); in krb5_kdf_hmac_sha2()
528 K1.data = kmalloc(K1.len, gfp_mask); in krb5_kdf_hmac_sha2()
529 if (!K1.data) { in krb5_kdf_hmac_sha2()
534 ret = krb5_hmac_K1(tfm, label, outkey->len, &K1); in krb5_kdf_hmac_sha2()
539 memcpy(outkey->data, K1.data, outkey->len); in krb5_kdf_hmac_sha2()
542 kfree_sensitive(K1.data); in krb5_kdf_hmac_sha2()
/linux/lib/crypto/s390/
H A Dchacha-s390.S53 #define K1 %v17 macro
90 VL K1,0,,KEY # load key
99 VREPF XB0,K1,0 # smash the key
100 VREPF XB1,K1,1
101 VREPF XB2,K1,2
102 VREPF XB3,K1,3
284 VAF XB0,XB0,K1
307 VAF XB0,XB1,K1
334 VAF XB0,XB2,K1
361 VAF XB0,XB3,K1
[all …]
/linux/lib/crypto/x86/
H A Dsha1-avx2-asm.S670 #define K1 0x5a827999 macro
677 .long K1, K1, K1, K1
678 .long K1, K1, K1, K1
H A Dsha1-ssse3-and-avx.S432 #define K1 0x5a827999 macro
441 .long K1, K1, K1, K1
/linux/lib/crypto/riscv/
H A Dsha256-riscv64-zvknha_or_zvknhb-zvkb.S67 #define K1 v11 macro
118 vle32.v K1, (t0)
187 sha256_16rounds 0, K0, K1, K2, K3
/linux/arch/arm/boot/dts/xilinx/
H A Dzynq-zturn-common.dtsi53 label = "K1";
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dheadc37d.c141 NVVAL(NVC37D, HEAD_SET_CONTROL_CURSOR_COMPOSITION, K1, 0xff) | in headc37d_curs_set()
143 K1) | in headc37d_curs_set()
/linux/lib/crypto/arm/
H A Dsha1-armv7-neon.S27 #define K1 0x5A827999 macro
33 .LK1: .long K1, K1, K1, K1
/linux/arch/arm/boot/dts/samsung/
H A Ds3c6410-mini6410.dts68 label = "K1";
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_security.h234 u32 K0, K1; /* Key */ member
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-enumstd.rst230 … NTSC/M PAL/M /N /B /D /H /I SECAM/B /D /K1 /L
249 - K1/SECAM
H A Dhist-v4l2.rst726 ``V4L2_STD_SECAM_DK`` (a set of SECAM D, K and K1), and
/linux/arch/arm64/crypto/
H A Dghash-ce-core.S373 K1 .req v26
410 .irp key, K0, K1, K2, K3, K4 K5
720 .irp key, K0, K1, K2, K3, K4, K5
/linux/drivers/gpu/drm/tegra/
H A Ddc.h801 #define K1(x) (((x) & 0xff) << 8) macro
H A Dhub.c582 value = K2(255) | K1(255) | WINDOW_LAYER_DEPTH(255 - zpos); in tegra_shared_plane_atomic_update()
H A Ddc.c310 value = K2(255) | K1(255) | WINDOW_LAYER_DEPTH(255 - window->zpos); in tegra_plane_setup_blending()
/linux/Documentation/arch/s390/
H A Dvfio-ccw.rst363 - K1-K5: Kernel side process.
378 K1.
/linux/Documentation/gpu/
H A Dtegra.rst10 Up until, but not including, Tegra124 (aka Tegra K1) the drm/tegra driver
/linux/arch/x86/crypto/
H A Dsm3-avx-asm_64.S34 #define K1 -208106958 /* 0xf3988a32 */ macro
/linux/drivers/i2c/busses/
H A DKconfig794 tristate "SpacemiT K1 I2C adapter"
798 This option enables support for the I2C interface on the SpacemiT K1
802 the I2C adapter specific to the SpacemiT K1 platform. This driver can
/linux/drivers/mmc/host/
H A DKconfig254 tristate "SDHCI OF support for the SpacemiT K1 SoC"
261 found in the SpacemiT K1 SoC.
/linux/
H A DMAINTAINERS24832 SPACEMIT K1 I2C DRIVER