rc4salt           172 net/sunrpc/auth_gss/gss_krb5_crypto.c 	u8 *rc4salt;
rc4salt           186 net/sunrpc/auth_gss/gss_krb5_crypto.c 	rc4salt = kmalloc_array(4, sizeof(*rc4salt), GFP_NOFS);
rc4salt           187 net/sunrpc/auth_gss/gss_krb5_crypto.c 	if (!rc4salt)
rc4salt           190 net/sunrpc/auth_gss/gss_krb5_crypto.c 	if (arcfour_hmac_md5_usage_to_salt(usage, rc4salt)) {
rc4salt           217 net/sunrpc/auth_gss/gss_krb5_crypto.c 	sg_init_one(sg, rc4salt, 4);
rc4salt           266 net/sunrpc/auth_gss/gss_krb5_crypto.c 	kfree(rc4salt);