Searched refs:i2dlen (Results 1 – 1 of 1) sorted by relevance
2653 unsigned int *i2dlen) in dane_i2d() argument2678 *i2dlen = (unsigned int)len; in dane_i2d()2693 unsigned int i2dlen = 0; in dane_match() local2762 i2dbuf = dane_i2d(cert, selector, &i2dlen); in dane_match()2791 cmplen = i2dlen; in dane_match()2795 if (!EVP_Digest(i2dbuf, i2dlen, cmpbuf, &cmplen, md, 0)) { in dane_match()