Home
last modified time | relevance | path

Searched refs:keylength (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c57 .keylength = BITS2OCTETS(128),
86 .keylength = BITS2OCTETS(256),
108 .keylength = BITS2OCTETS(128),
134 .keylength = BITS2OCTETS(256),
163 .keylength = BITS2OCTETS(128),
189 .keylength = BITS2OCTETS(256),
300 .len = ctx->gk5e->keylength, in gss_krb5_import_ctx_v2()
435 keylen = ctx->gk5e->keylength; in gss_import_v2_context()
H A Dgss_krb5_keys.c154 size_t blocksize, keybytes, keylength, n; in krb5_DK() local
161 keylength = gk5e->keylength; in krb5_DK()
163 if (inkey->len != keylength) in krb5_DK()
H A Dgss_krb5_internal.h31 const u32 keylength; /* protocol key length, in octets */ member
/linux-6.15/fs/hfs/
H A Dbrec.c195 fd->record, fd->keylength + fd->entrylength); in hfs_brec_remove()
213 size = fd->keylength + fd->entrylength; in hfs_brec_remove()
380 fd->keylength = newkeylen = tree->max_key_len + 1; in hfs_brec_update_parent()
382 rec, fd->keylength, newkeylen); in hfs_brec_update_parent()
386 diff = newkeylen - fd->keylength; in hfs_brec_update_parent()
H A Dbfind.c98 fd->keylength = keylen; in __hfs_brec_find()
230 fd->keylength = keylen; in hfs_brec_goto()
H A Dbtree.h83 int keyoffset, keylength; member
/linux-6.15/fs/hfsplus/
H A Dbrec.c197 fd->record, fd->keylength + fd->entrylength); in hfs_brec_remove()
217 size = fd->keylength + fd->entrylength; in hfs_brec_remove()
385 fd->keylength = newkeylen = tree->max_key_len + 2; in hfs_brec_update_parent()
387 rec, fd->keylength, newkeylen); in hfs_brec_update_parent()
391 diff = newkeylen - fd->keylength; in hfs_brec_update_parent()
H A Dbfind.c143 fd->keylength = keylen; in __hfs_brec_find()
276 fd->keylength = keylen; in hfs_brec_goto()
H A Dattributes.c297 fd->keyoffset, fd->keylength); in __hfsplus_delete_attr()
H A Dhfsplus_fs.h297 int keyoffset, keylength; member
/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_security.c43 u32 keylength; in rtw_wep_encrypt() local
61 keylength = psecuritypriv->dot11DefKeylen[psecuritypriv->dot11PrivacyKeyIndex]; in rtw_wep_encrypt()
66 …y(&wepkey[3], &psecuritypriv->dot11DefKey[psecuritypriv->dot11PrivacyKeyIndex].skey[0], keylength); in rtw_wep_encrypt()
75 arc4_setkey(ctx, wepkey, 3 + keylength); in rtw_wep_encrypt()
82 arc4_setkey(ctx, wepkey, 3 + keylength); in rtw_wep_encrypt()
98 u32 keylength; in rtw_wep_decrypt() local
112 keylength = psecuritypriv->dot11DefKeylen[keyindex]; in rtw_wep_decrypt()
115 memcpy(&wepkey[3], &psecuritypriv->dot11DefKey[keyindex].skey[0], keylength); in rtw_wep_decrypt()
121 arc4_setkey(ctx, wepkey, 3 + keylength); in rtw_wep_decrypt()
/linux-6.15/crypto/krb5/
H A Drfc3961_simplified.c269 unsigned int blocksize, keybytes, keylength, n; in rfc3961_calc_DK() local
276 keylength = krb5->key_len; in rfc3961_calc_DK()
278 if (inkey->len != keylength || result->len != keylength) in rfc3961_calc_DK()
/linux-6.15/Documentation/security/keys/
H A Dtrusted-encrypted.rst237 within the 2048 bit SRK (RSA) keylength, with all necessary structure/padding.
/linux-6.15/drivers/crypto/chelsio/
H A Dchcr_algo.c230 unsigned int keylength) in get_aes_decrypt_key() argument
237 switch (keylength) { in get_aes_decrypt_key()