Home
last modified time | relevance | path

Searched refs:alg_buf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c997 unsigned char *y = NULL, *alg_buf = NULL, *digest_buf = NULL; in cms_signeddata_create() local
1177 alg_buf = (unsigned char *)malloc(alg_len); in cms_signeddata_create()
1178 if (alg_buf == NULL) in cms_signeddata_create()
1295 if (alg_buf != NULL) in cms_signeddata_create()
1296 free(alg_buf); in cms_signeddata_create()