Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Dcrypto.h29 int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *in);
Dcrypto.c55 int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *inkey) in ceph_crypto_key_unarmor() function
Dceph_common.c430 err = ceph_crypto_key_unarmor(opt->key, argstr[0].from); in ceph_parse_options()