Lines Matching +full:inside +full:- +full:secure
1 /* SPDX-License-Identifier: GPL-2.0+ */
27 /* inside view of an EP11 secure key blob */
55 return (kb->version == EP11_STRUCT_MAGIC); in is_ep11_keyblob()
114 * Generate (random) EP11 AES secure key.
120 * Generate EP11 AES secure key with given clear key value.
127 * - apqn is online and is in fact an EP11 apqn
128 * - if cardnr is not FFFF only apqns with this cardnr
129 * - if domain is not FFFF only apqns with this domainnr
130 * - if minhwtype > 0 only apqns with hwtype >= minhwtype
131 * - if minapi > 0 only apqns with API_ord_nr >= minapi
132 * - if wkvp != NULL only apqns where the wkvp (EP11_WKVPLEN bytes) matches
134 * key for this domain. When a wkvp is given there will aways be a re-fetch
135 * of the domain info for the potential apqn - so this triggers an request
142 * -ENODEV is returned.