Home
last modified time | relevance | path

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

/Linux-v6.6/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.c269 if (kb->version != EP11_STRUCT_MAGIC) { in ep11_check_aes_key_with_hdr()
272 __func__, (int)kb->version, EP11_STRUCT_MAGIC); in ep11_check_aes_key_with_hdr()
336 if (kb->version != EP11_STRUCT_MAGIC) { in ep11_check_ecc_key_with_hdr()
339 __func__, (int)kb->version, EP11_STRUCT_MAGIC); in ep11_check_ecc_key_with_hdr()
397 if (kb->version != EP11_STRUCT_MAGIC) { in ep11_check_aes_key()
400 __func__, (int)kb->version, EP11_STRUCT_MAGIC); in ep11_check_aes_key()