Searched refs:digestInfo_buf (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c996 unsigned char *digestInfo_buf = NULL, *abuf = NULL; local
1184 y = digestInfo_buf = (unsigned char *)malloc(digestInfo_len);
1185 if (digestInfo_buf == NULL)
1193 print_buffer(digestInfo_buf, digestInfo_len);
1194 print_buffer_bin(digestInfo_buf, digestInfo_len, "/tmp/pkcs7_tosign");
1196 retval = pkinit_sign_data(context, id_cryptoctx, digestInfo_buf,
1302 if (digestInfo_buf != NULL)
1303 free(digestInfo_buf);

Completed in 27 milliseconds