Home
last modified time | relevance | path

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

/openbmc/linux/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
H A Dgss_krb5_crypto.c246 kctx->gk5e->keylength); in make_checksum()
/openbmc/linux/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.h295 int keyoffset, keylength; member
/openbmc/linux/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
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_security.c155 u32 curfragnum, length, keylength, pki; in r8712_wep_encrypt() local
169 keylength = psecuritypriv->DefKeylen[pki]; in r8712_wep_encrypt()
176 keylength); in r8712_wep_encrypt()
185 arcfour_init(&mycontext, wepkey, 3 + keylength); in r8712_wep_encrypt()
196 arcfour_init(&mycontext, wepkey, 3 + keylength); in r8712_wep_encrypt()
213 u32 length, keylength; in r8712_wep_decrypt() local
227 keylength = psecuritypriv->DefKeylen[keyindex]; in r8712_wep_decrypt()
231 keylength); in r8712_wep_decrypt()
236 arcfour_init(&mycontext, wepkey, 3 + keylength); in r8712_wep_decrypt()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c44 u32 keylength; in rtw_wep_encrypt() local
62 keylength = psecuritypriv->dot11DefKeylen[psecuritypriv->dot11PrivacyKeyIndex]; in rtw_wep_encrypt()
67 …y(&wepkey[3], &psecuritypriv->dot11DefKey[psecuritypriv->dot11PrivacyKeyIndex].skey[0], keylength); in rtw_wep_encrypt()
76 arc4_setkey(ctx, wepkey, 3 + keylength); in rtw_wep_encrypt()
83 arc4_setkey(ctx, wepkey, 3 + keylength); in rtw_wep_encrypt()
99 u32 keylength; in rtw_wep_decrypt() local
113 keylength = psecuritypriv->dot11DefKeylen[keyindex]; in rtw_wep_decrypt()
116 memcpy(&wepkey[3], &psecuritypriv->dot11DefKey[keyindex].skey[0], keylength); in rtw_wep_decrypt()
122 arc4_setkey(ctx, wepkey, 3 + keylength); in rtw_wep_decrypt()
/openbmc/linux/Documentation/security/keys/
H A Dtrusted-encrypted.rst206 within the 2048 bit SRK (RSA) keylength, with all necessary structure/padding.
/openbmc/linux/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()