Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/crypto/
Dzcrypt_ep11misc.h16 #define EP11_STRUCT_MAGIC 0x1234 macro
55 return (kb->version == EP11_STRUCT_MAGIC); in is_ep11_keyblob()
Dzcrypt_ep11misc.c164 if (kb->version != EP11_STRUCT_MAGIC) { in ep11_check_aes_key_with_hdr()
167 __func__, (int)kb->version, EP11_STRUCT_MAGIC); in ep11_check_aes_key_with_hdr()
231 if (kb->version != EP11_STRUCT_MAGIC) { in ep11_check_ecc_key_with_hdr()
234 __func__, (int)kb->version, EP11_STRUCT_MAGIC); in ep11_check_ecc_key_with_hdr()
292 if (kb->version != EP11_STRUCT_MAGIC) { in ep11_check_aes_key()
295 __func__, (int)kb->version, EP11_STRUCT_MAGIC); in ep11_check_aes_key()