Home
last modified time | relevance | path

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

/src/stand/i386/btx/btxldr/
H A Dbtxldr.S79 call hexout # amount of
89 call hexout # stack
96 call hexout # Display it
272 hexout.1: lodsb # Get a char
274 je hexout.1 # Yes
276 jne hexout.2 # No
278 hexout.2: decl %esi # Adjust for inc
/src/crypto/openssl/apps/
H A Dkdf.c80 char *prog, *hexout = NULL; in kdf_main() local
194 hexout = OPENSSL_buf2hexstr(dkm_bytes, dkm_len); in kdf_main()
195 if (hexout == NULL) { in kdf_main()
199 BIO_printf(out, "%s\n\n", hexout); in kdf_main()
211 OPENSSL_free(hexout); in kdf_main()