Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/crypto/
Dzcrypt_ep11misc.h18 #define EP11_STRUCT_MAGIC 0x1234 macro
50 return (kb->version == EP11_STRUCT_MAGIC); in is_ep11_keyblob()
Dzcrypt_ep11misc.c264 if (kb->version != EP11_STRUCT_MAGIC) { in ep11_check_aes_key_with_hdr()
267 __func__, (int)kb->version, EP11_STRUCT_MAGIC); in ep11_check_aes_key_with_hdr()
331 if (kb->version != EP11_STRUCT_MAGIC) { in ep11_check_ecc_key_with_hdr()
334 __func__, (int)kb->version, EP11_STRUCT_MAGIC); in ep11_check_ecc_key_with_hdr()
392 if (kb->version != EP11_STRUCT_MAGIC) { in ep11_check_aes_key()
395 __func__, (int)kb->version, EP11_STRUCT_MAGIC); in ep11_check_aes_key()