Home
last modified time | relevance | path

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

/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()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c42 u32 keylength; in rtw_wep_encrypt() local
60 keylength = psecuritypriv->dot11DefKeylen[psecuritypriv->dot11PrivacyKeyIndex]; in rtw_wep_encrypt()
65 …y(&wepkey[3], &psecuritypriv->dot11DefKey[psecuritypriv->dot11PrivacyKeyIndex].skey[0], keylength); in rtw_wep_encrypt()
74 arc4_setkey(ctx, wepkey, 3 + keylength); in rtw_wep_encrypt()
81 arc4_setkey(ctx, wepkey, 3 + keylength); in rtw_wep_encrypt()
97 u32 keylength; in rtw_wep_decrypt() local
111 keylength = psecuritypriv->dot11DefKeylen[keyindex]; in rtw_wep_decrypt()
114 memcpy(&wepkey[3], &psecuritypriv->dot11DefKey[keyindex].skey[0], keylength); in rtw_wep_decrypt()
120 arc4_setkey(ctx, wepkey, 3 + keylength); in rtw_wep_decrypt()
/linux/fs/hfsplus/
H A Dattributes.c297 fd->keyoffset, fd->keylength); in __hfsplus_delete_attr()
/linux/Documentation/security/keys/
H A Dtrusted-encrypted.rst268 within the 2048 bit SRK (RSA) keylength, with all necessary structure/padding.