Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/apps/
H A Dkdf.c75 char *prog, *hexout = NULL; in kdf_main() local
189 hexout = OPENSSL_buf2hexstr(dkm_bytes, dkm_len); in kdf_main()
190 if (hexout == NULL) { in kdf_main()
194 BIO_printf(out, "%s\n\n", hexout); in kdf_main()
206 OPENSSL_free(hexout); in kdf_main()
/third_party/openssl/apps/
H A Dkdf.c75 char *prog, *hexout = NULL; in kdf_main() local
189 hexout = OPENSSL_buf2hexstr(dkm_bytes, dkm_len); in kdf_main()
190 if (hexout == NULL) { in kdf_main()
194 BIO_printf(out, "%s\n\n", hexout); in kdf_main()
206 OPENSSL_free(hexout); in kdf_main()

Completed in 1 milliseconds