Home
last modified time | relevance | path

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

/openssl/crypto/ts/
H A Dts_verify_ctx.c97 unsigned char *hexstr, long len) in TS_VERIFY_CTX_set_imprint() argument
100 ctx->imprint = hexstr; in TS_VERIFY_CTX_set_imprint()
107 unsigned char *hexstr, long len) in TS_VERIFY_CTX_set0_imprint() argument
110 ctx->imprint = hexstr; in TS_VERIFY_CTX_set0_imprint()
/openssl/doc/man3/
H A DTS_VERIFY_CTX.pod26 unsigned char *hexstr, long len);
34 unsigned char *hexstr, long len);
76 TS_VERIFY_CTX_set0_imprint() sets the message imprint. I<hexstr> is the
99 assigned imprint B<is freed> by this call. I<hexstr> is the string with the
127 the user passes via parameter I<bio>, I<hexstr>, I<s> or I<certs>.
/openssl/apps/
H A Dfipsinstall.c338 char *hexstr = NULL; in print_mac() local
340 hexstr = OPENSSL_buf2hexstr(mac, (long)len); in print_mac()
341 if (hexstr == NULL) in print_mac()
343 ret = BIO_printf(bio, "%s = %s\n", label, hexstr); in print_mac()
344 OPENSSL_free(hexstr); in print_mac()
H A Dts.c929 unsigned char *hexstr = OPENSSL_hexstr2buf(digest, &imprint_len); in create_verify_ctx() local
931 if (!TS_VERIFY_CTX_set0_imprint(ctx, hexstr, imprint_len)) { in create_verify_ctx()
/openssl/include/openssl/
H A Dts.h429 unsigned char *hexstr, long len);
432 unsigned char *hexstr, long len);

Completed in 22 milliseconds