Searched refs:hash_algo_len (Results 1 – 1 of 1) sorted by relevance
192 int hash_algo_len; in fill_pkcs7() local252 hash_algo_len = OBJ_obj2txt(NULL, 0, o, 0); in fill_pkcs7()253 if (hash_algo_len < 0) in fill_pkcs7()255 hash_algo = malloc(hash_algo_len + 1); in fill_pkcs7()258 hash_algo_len = OBJ_obj2txt(hash_algo, hash_algo_len + 1, o, 0); in fill_pkcs7()259 if (hash_algo_len < 0) in fill_pkcs7()