Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c872 unsigned char *y = NULL, *alg_buf = NULL, *digest_buf = NULL; in cms_signeddata_create() local
1037 alg_buf = (unsigned char *)malloc(alg_len); in cms_signeddata_create()
1038 if (alg_buf == NULL) in cms_signeddata_create()
1172 if (alg_buf != NULL) in cms_signeddata_create()
1173 free(alg_buf); in cms_signeddata_create()