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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Denc.c72 int set_hex(char *in,unsigned char *out,int size);
482 if(!set_hex(hsalt,salt,sizeof salt)) {
525 if ((hiv != NULL) && !set_hex(hiv,iv,sizeof iv))
538 if ((hkey != NULL) && !set_hex(hkey,key,sizeof key))
647 int set_hex(char *in, unsigned char *out, int size) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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 27 milliseconds