Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Denc.c37 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()
677 static int set_hex(const char *in, unsigned char *out, int size) in set_hex() function
/third_party/node/deps/openssl/openssl/apps/
Denc.c37 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