Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c2653 unsigned int *i2dlen) in dane_i2d() argument
2678 *i2dlen = (unsigned int)len; in dane_i2d()
2693 unsigned int i2dlen = 0; in dane_match() local
2762 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()