Searched refs:ep11_check_aes_key_with_hdr (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/s390/crypto/ |
D | zcrypt_ep11misc.h | 65 int ep11_check_aes_key_with_hdr(debug_info_t *dbg, int dbflvl,
|
D | pkey_api.c | 624 rc = ep11_check_aes_key_with_hdr(debug_info, 3, key, keylen, 1); in pkey_nonccatok2pkey() 936 rc = ep11_check_aes_key_with_hdr(debug_info, 3, in pkey_verifykey2() 1001 if (ep11_check_aes_key_with_hdr(debug_info, 3, in pkey_keyblob2pkey2() 1237 if (ep11_check_aes_key_with_hdr(debug_info, 3, key, keylen, 1)) in pkey_keyblob2pkey3()
|
D | zcrypt_ep11misc.c | 224 int ep11_check_aes_key_with_hdr(debug_info_t *dbg, int dbflvl, in ep11_check_aes_key_with_hdr() function 286 EXPORT_SYMBOL(ep11_check_aes_key_with_hdr);
|