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

/freebsd-10.1-release/crypto/openssl/apps/
H A Denc.c75 int set_hex(char *in, unsigned char *out, int size);
508 if (!set_hex(hsalt, salt, sizeof salt)) {
555 } else if (!set_hex(hiv, iv, sizeof iv)) {
570 if ((hkey != NULL) && !set_hex(hkey, key, EVP_CIPHER_key_length(cipher))) {
683 int set_hex(char *in, unsigned char *out, int size) function

Completed in 177 milliseconds