Searched refs:i2dlen (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/x509/ |
H A D | x509_vfy.c | 2814 unsigned int *i2dlen) in dane_i2d() argument 2839 *i2dlen = (unsigned int)len; in dane_i2d() 2854 unsigned int i2dlen = 0; in dane_match_cert() local 2923 i2dbuf = dane_i2d(cert, selector, &i2dlen); in dane_match_cert() 2952 cmplen = i2dlen; in dane_match_cert() 2956 if (!EVP_Digest(i2dbuf, i2dlen, cmpbuf, &cmplen, md, 0)) { in dane_match_cert() 3061 unsigned int i2dlen = 0; in dane_match_rpk() local 3073 cmplen = i2dlen = (unsigned int)len; in dane_match_rpk() 3086 cmplen = i2dlen; in dane_match_rpk() 3090 if (!EVP_Digest(i2dbuf, i2dlen, cmpbuf, &cmplen, md, 0)) { in dane_match_rpk()
|
Completed in 10 milliseconds