Searched refs:sno_bn (Results 1 – 1 of 1) sorted by relevance
206 BIGNUM *sno_bn; in fill_pkcs7() local252 sno_bn = ASN1_INTEGER_to_BN(sno, NULL); in fill_pkcs7()253 if (sno_bn == NULL) in fill_pkcs7()256 len = BN_num_bytes(sno_bn); in fill_pkcs7()260 BN_bn2bin(sno_bn, key_id_str); in fill_pkcs7()282 pvt->sno = sno_bn; in fill_pkcs7()291 BN_free(sno_bn); in fill_pkcs7()