Home
last modified time | relevance | path

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

/net/ceph/
Dcrypto.c107 int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *inkey) in ceph_crypto_key_unarmor() argument
109 int inlen = strlen(inkey); in ceph_crypto_key_unarmor()
114 dout("crypto_key_unarmor %s\n", inkey); in ceph_crypto_key_unarmor()
118 blen = ceph_unarmor(buf, inkey, inkey+inlen); in ceph_crypto_key_unarmor()
/net/sunrpc/auth_gss/
Dgss_krb5_keys.c142 const struct xdr_netobj *inkey, in krb5_derive_key() argument
157 if ((inkey->len != keylength) || (outkey->len != keylength)) in krb5_derive_key()
163 if (crypto_sync_skcipher_setkey(cipher, inkey->data, inkey->len)) in krb5_derive_key()