Home
last modified time | relevance | path

Searched defs:ASN1TAGLEN (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c337 #define ASN1TAGLEN(x) (2 + (x) + ((x) > 127 ? 1 : 0) + ((x) > 255 ? 1 : 0)) macro
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c442 #define ASN1TAGLEN(x) (2 + (x) + ((x) > 127 ? 1 : 0) + ((x) > 255 ? 1 : 0)) macro
[all...]

Completed in 4 milliseconds