Searched refs:set_hex (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | enc.c | 33 static int set_hex(const char *in, unsigned char *out, int size); 430 if (!set_hex(hsalt, salt, sizeof(salt))) { in enc_main() 504 } else if (!set_hex(hiv, iv, siz)) { in enc_main() 519 if (!set_hex(hkey, key, EVP_CIPHER_key_length(cipher))) { in enc_main() 647 static int set_hex(const char *in, unsigned char *out, int size) in set_hex() function
|