Searched refs:crypto_buf (Results 1 – 7 of 7) sorted by relevance
340 &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 …]
94 kfree(fname->crypto_buf.name); in fscrypt_free_filename()163 (const void *)fname->crypto_buf.name; in fscrypt_match_name()
34 struct fscrypt_str crypto_buf; member
278 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()
565 __be32 crypto_buf[2]; /* Temporary packet crypto buffer */ member
2059 struct fscrypt_str crypto_buf; member2307 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()
1270 f.crypto_buf = fname->crypto_buf; in ext4_match()