crypto_buf 338 fs/crypto/fname.c &fname->crypto_buf.len)) crypto_buf 340 fs/crypto/fname.c fname->crypto_buf.name = kmalloc(fname->crypto_buf.len, crypto_buf 342 fs/crypto/fname.c if (!fname->crypto_buf.name) crypto_buf 345 fs/crypto/fname.c ret = fname_encrypt(dir, iname, fname->crypto_buf.name, crypto_buf 346 fs/crypto/fname.c fname->crypto_buf.len); crypto_buf 349 fs/crypto/fname.c fname->disk_name.name = fname->crypto_buf.name; crypto_buf 350 fs/crypto/fname.c fname->disk_name.len = fname->crypto_buf.len; crypto_buf 373 fs/crypto/fname.c fname->crypto_buf.name = crypto_buf 377 fs/crypto/fname.c if (fname->crypto_buf.name == NULL) crypto_buf 381 fs/crypto/fname.c fname->crypto_buf.name); crypto_buf 386 fs/crypto/fname.c fname->crypto_buf.len = ret; crypto_buf 389 fs/crypto/fname.c (const void *)fname->crypto_buf.name; crypto_buf 393 fs/crypto/fname.c fname->disk_name.name = fname->crypto_buf.name; crypto_buf 394 fs/crypto/fname.c fname->disk_name.len = fname->crypto_buf.len; crypto_buf 399 fs/crypto/fname.c kfree(fname->crypto_buf.name); crypto_buf 2137 fs/ext4/ext4.h struct fscrypt_str crypto_buf; crypto_buf 2383 fs/ext4/ext4.h dst->crypto_buf = src->crypto_buf; crypto_buf 2429 fs/ext4/ext4.h name.crypto_buf = fname->crypto_buf; crypto_buf 2432 fs/ext4/ext4.h fname->crypto_buf.name = NULL; crypto_buf 1357 fs/ext4/namei.c f.crypto_buf = fname->crypto_buf; crypto_buf 36 include/linux/fscrypt.h struct fscrypt_str crypto_buf; crypto_buf 162 include/linux/fscrypt.h kfree(fname->crypto_buf.name); crypto_buf 231 include/linux/fscrypt.h (const void *)fname->crypto_buf.name; crypto_buf 590 net/rxrpc/ar-internal.h __be32 crypto_buf[2]; /* Temporary packet crypto buffer */ crypto_buf 311 net/rxrpc/rxkad.c call->crypto_buf[0] = htonl(call->call_id); crypto_buf 312 net/rxrpc/rxkad.c call->crypto_buf[1] = htonl(x); crypto_buf 314 net/rxrpc/rxkad.c sg_init_one(&sg, call->crypto_buf, 8); crypto_buf 321 net/rxrpc/rxkad.c y = ntohl(call->crypto_buf[1]); crypto_buf 554 net/rxrpc/rxkad.c call->crypto_buf[0] = htonl(call->call_id); crypto_buf 555 net/rxrpc/rxkad.c call->crypto_buf[1] = htonl(x); crypto_buf 557 net/rxrpc/rxkad.c sg_init_one(&sg, call->crypto_buf, 8); crypto_buf 564 net/rxrpc/rxkad.c y = ntohl(call->crypto_buf[1]);