Searched refs:ASN1TAGLEN (Results 1 – 1 of 1) sorted by relevance
337 #define ASN1TAGLEN(x) (2 + (x) + ((x) > 127 ? 1 : 0) + ((x) > 255 ? 1 : 0)) macro842 + ASN1TAGLEN(keysize) + ASN1TAGLEN(inbufsize); in ep11_cryptsingle()864 rep_pl_size = sizeof(struct crypt_rep_pl) + ASN1TAGLEN(inbufsize + 32); in ep11_cryptsingle()976 + ASN1TAGLEN(keksize) + 4 + ASN1TAGLEN(enckeysize); in ep11_unwrapkey()1116 + ASN1TAGLEN(keysize) + 4; in ep11_wrapkey()