Home
last modified time | relevance | path

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

/Linux-v4.19/fs/crypto/
Dfname.c340 &fname->crypto_buf.len)) in fscrypt_setup_filename()
342 fname->crypto_buf.name = kmalloc(fname->crypto_buf.len, in fscrypt_setup_filename()
344 if (!fname->crypto_buf.name) in fscrypt_setup_filename()
347 ret = fname_encrypt(dir, iname, fname->crypto_buf.name, in fscrypt_setup_filename()
348 fname->crypto_buf.len); in fscrypt_setup_filename()
351 fname->disk_name.name = fname->crypto_buf.name; in fscrypt_setup_filename()
352 fname->disk_name.len = fname->crypto_buf.len; in fscrypt_setup_filename()
374 fname->crypto_buf.name = in fscrypt_setup_filename()
378 if (fname->crypto_buf.name == NULL) in fscrypt_setup_filename()
382 fname->crypto_buf.name); in fscrypt_setup_filename()
[all …]
/Linux-v4.19/include/linux/
Dfscrypt_supp.h94 kfree(fname->crypto_buf.name); in fscrypt_free_filename()
163 (const void *)fname->crypto_buf.name; in fscrypt_match_name()
Dfscrypt.h34 struct fscrypt_str crypto_buf; member
/Linux-v4.19/net/rxrpc/
Drxkad.c278 call->crypto_buf[0] = htonl(call->call_id); in rxkad_secure_packet()
279 call->crypto_buf[1] = htonl(x); in rxkad_secure_packet()
281 sg_init_one(&sg, call->crypto_buf, 8); in rxkad_secure_packet()
288 y = ntohl(call->crypto_buf[1]); in rxkad_secure_packet()
528 call->crypto_buf[0] = htonl(call->call_id); in rxkad_verify_packet()
529 call->crypto_buf[1] = htonl(x); in rxkad_verify_packet()
531 sg_init_one(&sg, call->crypto_buf, 8); in rxkad_verify_packet()
538 y = ntohl(call->crypto_buf[1]); in rxkad_verify_packet()
Dar-internal.h565 __be32 crypto_buf[2]; /* Temporary packet crypto buffer */ member
/Linux-v4.19/fs/ext4/
Dext4.h2059 struct fscrypt_str crypto_buf; member
2307 fname->crypto_buf = name.crypto_buf; in ext4_fname_setup_filename()
2315 name.crypto_buf = fname->crypto_buf; in ext4_fname_free_filename()
2318 fname->crypto_buf.name = NULL; in ext4_fname_free_filename()
Dnamei.c1270 f.crypto_buf = fname->crypto_buf; in ext4_match()