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

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c864 unsigned char *digestInfo_buf = NULL, *abuf = NULL; local
1052 y = digestInfo_buf = (unsigned char *)malloc(digestInfo_len);
1053 if (digestInfo_buf == NULL)
1061 print_buffer(digestInfo_buf, digestInfo_len);
1062 print_buffer_bin(digestInfo_buf, digestInfo_len, "/tmp/pkcs7_tosign");
1064 retval = pkinit_sign_data(context, id_cryptoctx, digestInfo_buf,
1170 if (digestInfo_buf != NULL)
1171 free(digestInfo_buf);

Completed in 71 milliseconds