Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/
H A Denc.c37 static int set_hex(const char *in, unsigned char *out, int size);
554 if (hsalt != NULL && !set_hex(hsalt, salt, saltlen)) { in enc_main()
648 } else if (!set_hex(hiv, iv, siz)) { in enc_main()
664 if (!set_hex(hkey, key, EVP_CIPHER_get_key_length(cipher))) { in enc_main()
849 static int set_hex(const char *in, unsigned char *out, int size) in set_hex() function