Home
last modified time | relevance | path

Searched refs:xflags (Results 1 – 15 of 15) sorted by relevance

/drivers/s390/crypto/
A Dpkey_base.h163 u32 xflags);
168 u32 *protkeytype, u32 xflags);
181 u32 xflags);
184 u32 xflags);
188 u32 xflags);
207 u32 xflags);
212 u32 *protkeytype, u32 xflags);
222 u32 xflags);
226 u32 xflags);
229 u32 xflags);
[all …]
A Dpkey_cca.c77 u32 xflags; in cca_apqns4key() local
115 cur_mkvp, old_mkvp, xflags); in cca_apqns4key()
163 u32 xflags; in cca_apqns4type() local
225 u32 xflags; in cca_key2protkey() local
313 u32 xflags; in cca_gen_key() local
392 u32 xflags; in cca_clr2key() local
465 u32 xflags; in cca_verifykey() local
486 t->mkvp, 0, xflags); in cca_verifykey()
493 0, t->mkvp, xflags); in cca_verifykey()
520 t->mkvp0, 0, xflags); in cca_verifykey()
[all …]
A Dzcrypt_ep11misc.c392 if (xflags & ZCRYPT_XFLAG_NOMEMALLOC) in free_cprbmem()
634 free_cprbmem(req, 0, false, xflags); in ep11_query_info()
635 free_cprbmem(rep, 0, false, xflags); in ep11_query_info()
713 xflags); in ep11_get_domain_info()
908 pl, &pl_size, xflags); in ep11_genaeskey()
929 u32 xflags) in ep11_cryptsingle() argument
1205 u8 keybufver, u32 xflags) in ep11_unwrapkey() argument
1219 pl, &pl_size, xflags); in ep11_unwrapkey()
1357 u32 keytype, u32 xflags) in ep11_clr2keyblob() argument
1389 kek, &keklen, xflags); in ep11_clr2keyblob()
[all …]
A Dpkey_ep11.c77 u32 xflags; in ep11_apqns4key() local
105 minhwtype, api, kb->wkvp, xflags); in ep11_apqns4key()
150 u32 xflags; in ep11_apqns4type() local
167 ZCRYPT_CEX7, api, wkvp, xflags); in ep11_apqns4type()
197 u32 xflags; in ep11_key2protkey() local
248 protkeylen, protkeytype, xflags); in ep11_key2protkey()
254 protkeylen, protkeytype, xflags); in ep11_key2protkey()
260 protkeylen, protkeytype, xflags); in ep11_key2protkey()
288 u32 xflags; in ep11_gen_key() local
360 u32 xflags; in ep11_clr2key() local
[all …]
A Dpkey_base.c155 u32 xflags) in pkey_handler_key_to_protkey() argument
164 protkeytype, xflags); in pkey_handler_key_to_protkey()
182 u32 *protkeytype, u32 xflags) in pkey_handler_slowpath_key_to_protkey() argument
204 protkeytype, xflags); in pkey_handler_slowpath_key_to_protkey()
224 keybuf, keybuflen, keyinfo, xflags); in pkey_handler_gen_key()
237 u32 xflags) in pkey_handler_clr_to_key() argument
257 u32 xflags) in pkey_handler_verify_key() argument
275 u32 xflags) in pkey_handler_apqns_for_key() argument
283 xflags); in pkey_handler_apqns_for_key()
293 u32 xflags) in pkey_handler_apqns_for_keytype() argument
[all …]
A Dzcrypt_ccamisc.c240 u32 xflags) in alloc_and_prep_cprbmem() argument
294 if (xflags & ZCRYPT_XFLAG_NOMEMALLOC) in free_cprbmem()
365 &preqcblk, &prepcblk, xflags); in cca_genseckey()
412 rc = zcrypt_send_cprb(&xcrb, xflags); in cca_genseckey()
507 &preqcblk, &prepcblk, xflags); in cca_clr2seckey()
551 rc = zcrypt_send_cprb(&xcrb, xflags); in cca_clr2seckey()
607 u32 *protkeytype, u32 xflags) in cca_sec2protkey() argument
975 u32 xflags) in _ip_cprb_helper() argument
1214 u32 xflags) in cca_cipher2protkey() argument
1531 u32 xflags) in cca_query_crypto_facility() argument
[all …]
A Dzcrypt_ccamisc.h164 u32 xflags);
170 const u8 *clrkey, u8 *seckey, u32 xflags);
177 u32 *protkeytype, u32 xflags);
183 u8 *keybuf, u32 *keybufsize, u32 xflags);
190 u32 xflags);
197 u32 xflags);
203 u8 *protkey, u32 *protkeylen, u32 *protkeytype, u32 xflags);
212 u32 xflags);
231 u32 xflags);
263 int cca_get_info(u16 card, u16 dom, struct cca_info *ci, u32 xflags);
A Dzcrypt_ep11misc.h107 int ep11_get_card_info(u16 card, struct ep11_card_info *info, u32 xflags);
113 struct ep11_domain_info *info, u32 xflags);
119 u8 *keybuf, u32 *keybufsize, u32 keybufver, u32 xflags);
126 u32 keytype, u32 xflags);
146 int minhwtype, int minapi, const u8 *wkvp, u32 xflags);
153 u32 xflags);
A Dzcrypt_api.c856 bool userspace = xflags & ZCRYPT_XFLAG_USERSPACE; in _zcrypt_send_cprb()
987 long zcrypt_send_cprb(struct ica_xcRB *xcrb, u32 xflags) in zcrypt_send_cprb() argument
995 rc = _zcrypt_send_cprb(xflags, &ap_perms, &tr, xcrb); in zcrypt_send_cprb()
1001 rc = _zcrypt_send_cprb(xflags, &ap_perms, &tr, xcrb); in zcrypt_send_cprb()
1043 bool userspace = xflags & ZCRYPT_XFLAG_USERSPACE; in _zcrypt_send_ep11_cprb()
1546 u32 xflags = ZCRYPT_XFLAG_USERSPACE; in zsecsendcprb_ioctl() local
1554 rc = _zcrypt_send_cprb(xflags, perms, &tr, &xcrb); in zsecsendcprb_ioctl()
1560 rc = _zcrypt_send_cprb(xflags, perms, &tr, &xcrb); in zsecsendcprb_ioctl()
1577 u32 xflags = ZCRYPT_XFLAG_USERSPACE; in zsendep11cprb_ioctl() local
1854 u32 xflags = ZCRYPT_XFLAG_USERSPACE; in trans_xcrb32() local
[all …]
A Dzcrypt_api.h173 long zcrypt_send_cprb(struct ica_xcRB *xcRB, u32 xflags);
174 long zcrypt_send_ep11_cprb(struct ep11_urb *urb, u32 xflags);
A Dpkey_api.c29 u32 xflags) in key2protkey() argument
37 protkeytype, xflags); in key2protkey()
44 protkeytype, xflags); in key2protkey()
57 u8 *protkey, u32 *protkeylen, u32 *protkeytype, u32 xflags) in pkey_key2protkey() argument
62 protkey, protkeylen, protkeytype, xflags); in pkey_key2protkey()
66 protkey, protkeylen, protkeytype, xflags); in pkey_key2protkey()
A Dpkey_uv.c238 u32 xflags __always_unused) in uv_verifykey()
/drivers/cdx/controller/
A Dmcdi.c227 u32 xflags; in cdx_mcdi_send_request() local
238 xflags = 0; in cdx_mcdi_send_request()
248 MCDI_HEADER_XFLAGS, xflags, in cdx_mcdi_send_request()
/drivers/net/ethernet/sfc/siena/
A Dmcdi.c160 u32 xflags, seqno; in efx_mcdi_send_request() local
170 xflags = 0; in efx_mcdi_send_request()
172 xflags |= MCDI_HEADER_XFLAGS_EVREQ; in efx_mcdi_send_request()
182 MCDI_HEADER_XFLAGS, xflags, in efx_mcdi_send_request()
194 MCDI_HEADER_XFLAGS, xflags, in efx_mcdi_send_request()
/drivers/net/ethernet/sfc/
A Dmcdi.c156 u32 xflags, seqno; in efx_mcdi_send_request() local
166 xflags = 0; in efx_mcdi_send_request()
168 xflags |= MCDI_HEADER_XFLAGS_EVREQ; in efx_mcdi_send_request()
178 MCDI_HEADER_XFLAGS, xflags, in efx_mcdi_send_request()
190 MCDI_HEADER_XFLAGS, xflags, in efx_mcdi_send_request()

Completed in 46 milliseconds