Searched refs:decoded_alias (Results 1 – 1 of 1) sorted by relevance
191 unsigned char *decoded_alias; in tls_add_ca_from_keystore_encoded() local199 decoded_alias = os_malloc(len / 2 + 1); in tls_add_ca_from_keystore_encoded()200 if (decoded_alias) { in tls_add_ca_from_keystore_encoded()201 if (!hexstr2bin(encoded_key_alias, decoded_alias, len / 2)) { in tls_add_ca_from_keystore_encoded()202 decoded_alias[len / 2] = '\0'; in tls_add_ca_from_keystore_encoded()204 ctx, (const char *) decoded_alias); in tls_add_ca_from_keystore_encoded()206 os_free(decoded_alias); in tls_add_ca_from_keystore_encoded()