Home
last modified time | relevance | path

Searched refs:crypto_buf (Results 1 – 8 of 8) sorted by relevance

/linux/fs/crypto/
A Dfname.c433 &fname->crypto_buf.len)) in fscrypt_setup_filename()
435 fname->crypto_buf.name = kmalloc(fname->crypto_buf.len, in fscrypt_setup_filename()
437 if (!fname->crypto_buf.name) in fscrypt_setup_filename()
441 fname->crypto_buf.len); in fscrypt_setup_filename()
445 fname->disk_name.len = fname->crypto_buf.len; in fscrypt_setup_filename()
461 if (fname->crypto_buf.name == NULL) in fscrypt_setup_filename()
465 fname->crypto_buf.name); in fscrypt_setup_filename()
472 fname->crypto_buf.len = ret; in fscrypt_setup_filename()
474 nokey_name = (void *)fname->crypto_buf.name; in fscrypt_setup_filename()
486 kfree(fname->crypto_buf.name); in fscrypt_setup_filename()
[all …]
/linux/net/rxrpc/
A Drxkad.c403 call->crypto_buf[0] = htonl(call->call_id); in rxkad_secure_packet()
404 call->crypto_buf[1] = htonl(x); in rxkad_secure_packet()
406 sg_init_one(&sg, call->crypto_buf, 8); in rxkad_secure_packet()
413 y = ntohl(call->crypto_buf[1]); in rxkad_secure_packet()
642 call->crypto_buf[0] = htonl(call->call_id); in rxkad_verify_packet()
643 call->crypto_buf[1] = htonl(x); in rxkad_verify_packet()
645 sg_init_one(&sg, call->crypto_buf, 8); in rxkad_verify_packet()
652 y = ntohl(call->crypto_buf[1]); in rxkad_verify_packet()
A Dar-internal.h601 __be32 crypto_buf[2]; /* Temporary packet crypto buffer */ member
/linux/fs/f2fs/
A Ddir.c117 fname->crypto_buf = crypt_name->crypto_buf; in __f2fs_setup_filename()
174 kfree(fname->crypto_buf.name); in f2fs_free_filename()
175 fname->crypto_buf.name = NULL; in f2fs_free_filename()
279 f.crypto_buf = fname->crypto_buf; in f2fs_match_name()
A Df2fs.h486 struct fscrypt_str crypto_buf; member
/linux/include/linux/
A Dfscrypt.h37 struct fscrypt_str crypto_buf; member
313 kfree(fname->crypto_buf.name); in fscrypt_free_filename()
/linux/fs/ext4/
A Dext4.h2485 struct fscrypt_str crypto_buf; member
2739 dst->crypto_buf = src->crypto_buf; in ext4_fname_from_fscrypt_name()
2785 name.crypto_buf = fname->crypto_buf; in ext4_fname_free_filename()
2788 fname->crypto_buf.name = NULL; in ext4_fname_free_filename()
A Dnamei.c1428 f.crypto_buf = fname->crypto_buf; in ext4_match()

Completed in 55 milliseconds