Lines Matching defs:tls_key
1684 struct key *tls_key;
1694 tls_key = nvme_tls_key_lookup(pskid);
1695 if (IS_ERR(tls_key)) {
1702 ctrl->ctrl.tls_pskid = key_serial(tls_key);
1703 key_put(tls_key);
2072 if (ctrl->opts->tls_key)
2073 pskid = key_serial(ctrl->opts->tls_key);
2110 if (!ctrl->opts->tls_key) {
2115 ctrl->tls_pskid != key_serial(ctrl->opts->tls_key)) {
2348 * - the generated key is present in ctrl->tls_key (otherwise there's nothing
2361 return ctrl->opts->concat && ctrl->opts->tls_key && ctrl->tls_pskid;