Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c442 #define ASN1TAGLEN(x) (2 + (x) + ((x) > 127 ? 1 : 0) + ((x) > 255 ? 1 : 0)) macro
837 req_pl_size = sizeof(struct keygen_req_pl) + ASN1TAGLEN(pinblob_size); in _ep11_genaeskey()
993 + ASN1TAGLEN(keysize) + ASN1TAGLEN(inbufsize); in ep11_cryptsingle()
1015 rep_pl_size = sizeof(struct crypt_rep_pl) + ASN1TAGLEN(inbufsize + 32); in ep11_cryptsingle()
1136 + ASN1TAGLEN(keksize) + ASN1TAGLEN(0) in _ep11_unwrapkey()
1137 + ASN1TAGLEN(pinblob_size) + ASN1TAGLEN(enckeysize); in _ep11_unwrapkey()
1298 + ASN1TAGLEN(keysize) + 4; in _ep11_wrapkey()