Searched refs:sno_bn (Results 1 – 1 of 1) sorted by relevance
207 BIGNUM *sno_bn; in fill_pkcs7() local251 sno_bn = ASN1_INTEGER_to_BN(sno, NULL); in fill_pkcs7()252 if (sno_bn == NULL) in fill_pkcs7()255 len = BN_num_bytes(sno_bn); in fill_pkcs7()259 BN_bn2bin(sno_bn, key_id_str); in fill_pkcs7()281 pvt->sno = sno_bn; in fill_pkcs7()290 BN_free(sno_bn); in fill_pkcs7()