Home
last modified time | relevance | path

Searched refs:ceph_base64_encode (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dcrypto.h94 int ceph_base64_encode(const u8 *src, int srclen, char *dst);
H A Dcrypto.c27 int ceph_base64_encode(const u8 *src, int srclen, char *dst) in ceph_base64_encode() function
331 elen = ceph_base64_encode(cryptbuf, len, buf); in ceph_encode_encrypted_dname()
H A Ddir.c978 len = ceph_base64_encode(osd_link.name, osd_link.len, req->r_path2); in prep_encrypted_symlink_target()