Searched refs:decoded_alias (Results 1 – 1 of 1) sorted by relevance
159 unsigned char *decoded_alias; in tls_add_ca_from_keystore_encoded() local167 decoded_alias = os_malloc(len / 2 + 1); in tls_add_ca_from_keystore_encoded()168 if (decoded_alias) { in tls_add_ca_from_keystore_encoded()169 if (!hexstr2bin(encoded_key_alias, decoded_alias, len / 2)) { in tls_add_ca_from_keystore_encoded()170 decoded_alias[len / 2] = '\0'; in tls_add_ca_from_keystore_encoded()172 ctx, (const char *) decoded_alias); in tls_add_ca_from_keystore_encoded()174 os_free(decoded_alias); in tls_add_ca_from_keystore_encoded()