Home
last modified time | relevance | path

Searched refs:crypto_str (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/crypto/
Dfname.c209 struct fscrypt_str *crypto_str) in fscrypt_fname_alloc_buffer() argument
218 crypto_str->name = kmalloc(max_presented_len + 1, GFP_NOFS); in fscrypt_fname_alloc_buffer()
219 if (!crypto_str->name) in fscrypt_fname_alloc_buffer()
221 crypto_str->len = max_presented_len; in fscrypt_fname_alloc_buffer()
231 void fscrypt_fname_free_buffer(struct fscrypt_str *crypto_str) in fscrypt_fname_free_buffer() argument
233 if (!crypto_str) in fscrypt_fname_free_buffer()
235 kfree(crypto_str->name); in fscrypt_fname_free_buffer()
236 crypto_str->name = NULL; in fscrypt_fname_free_buffer()
/linux-4.19.296/include/linux/
Dfscrypt_notsupp.h134 struct fscrypt_str *crypto_str) in fscrypt_fname_alloc_buffer() argument
139 static inline void fscrypt_fname_free_buffer(struct fscrypt_str *crypto_str) in fscrypt_fname_free_buffer() argument