Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.h18 #define EP11_STRUCT_MAGIC 0x1234 macro
50 return (kb->version == EP11_STRUCT_MAGIC); in is_ep11_keyblob()
H A Dzcrypt_ep11misc.c209 if (kb->version != EP11_STRUCT_MAGIC) { in ep11_check_aes_key_with_hdr()
212 __func__, (int)kb->version, EP11_STRUCT_MAGIC); in ep11_check_aes_key_with_hdr()
276 if (kb->version != EP11_STRUCT_MAGIC) { in ep11_check_ecc_key_with_hdr()
279 __func__, (int)kb->version, EP11_STRUCT_MAGIC); in ep11_check_ecc_key_with_hdr()
337 if (kb->version != EP11_STRUCT_MAGIC) { in ep11_check_aes_key()
340 __func__, (int)kb->version, EP11_STRUCT_MAGIC); in ep11_check_aes_key()