Searched refs:keylength (Results 1 – 5 of 5) sorted by relevance
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_mech.c | 57 .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 D | gss_krb5_keys.c | 154 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 D | rtw_security.c | 42 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 D | attributes.c | 297 fd->keyoffset, fd->keylength); in __hfsplus_delete_attr()
|
| /linux/Documentation/security/keys/ |
| H A D | trusted-encrypted.rst | 268 within the 2048 bit SRK (RSA) keylength, with all necessary structure/padding.
|