Home
last modified time | relevance | path

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

/src/crypto/krb5/src/lib/crypto/crypto_tests/ !
H A Dt_hmac.c82 const char *hexdigest; member
130 char outbuf[20], *hexdigest; in test_hmac() local
238 if (k5_hex_encode(out.data, out.length, FALSE, &hexdigest) != 0) in test_hmac()
240 if (strcmp(hexdigest, md5tests[i].hexdigest)) { in test_hmac()
243 "\tExpected: 0x%s.\n", hexdigest, md5tests[i].hexdigest); in test_hmac()
247 free(hexdigest); in test_hmac()
/src/lib/libsecureboot/h/ !
H A Dlibsecureboot.h75 char * hexdigest(char *, size_t, unsigned char *, size_t);
/src/crypto/heimdal/lib/kadm5/ !
H A Dcheck-cracklib.pl71 my $key=$md5context->hexdigest();
/src/lib/libsecureboot/ !
H A Dpass_manifest.c102 hexdigest(manifest_hash, 2 * br_sha256_SIZE + 2, in pass_manifest()
H A Dvets.c739 hexdigest(char *buf, size_t bufsz, unsigned char *foo, size_t foo_len) in hexdigest() function
810 hex = hexdigest(hexbuf, sizeof(hexbuf), rhbuf, br_sha256_SIZE); in verify_ec()
1047 hex = hexdigest(hexbuf, sizeof(hexbuf), hbuf, hlen); in ve_check_hash()
H A Dverify_file.c625 hex = hexdigest(hexbuf, sizeof(hexbuf), hbuf, hlen); in verify_pcr_export()
/src/contrib/unbound/contrib/ !
H A Dunbound-querycachedb.py23 return hobj.hexdigest().upper()