Searched refs:set_hex (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | enc.c | 37 static int set_hex(const char *in, unsigned char *out, int size); 445 if (hsalt != NULL && !set_hex(hsalt, salt, sizeof(salt))) { in enc_main() 532 } else if (!set_hex(hiv, iv, siz)) { in enc_main() 547 if (!set_hex(hkey, key, EVP_CIPHER_get_key_length(cipher))) { in enc_main() 680 static int set_hex(const char *in, unsigned char *out, int size) in set_hex() function
|