Searched refs:digest_buf (Results 1 – 3 of 3) sorted by relevance
49 typedef struct digest_buf { struct
997 unsigned char *y = NULL, *alg_buf = NULL, *digest_buf = NULL; in cms_signeddata_create() local1186 digest_buf = (unsigned char *)malloc(digest_len); in cms_signeddata_create()1187 if (digest_buf == NULL) in cms_signeddata_create()1291 if (digest_buf != NULL) in cms_signeddata_create()1292 free(digest_buf); in cms_signeddata_create()
8070 char *digest_buf; in dprov_key_task() local8194 digest_buf = kmem_alloc(hash_size, KM_SLEEP); in dprov_key_task()8198 digest.cd_raw.iov_base = digest_buf; in dprov_key_task()8216 derived_key.oa_value = digest_buf; in dprov_key_task()8228 bzero(digest_buf, hash_size); in dprov_key_task()8229 kmem_free(digest_buf, hash_size); in dprov_key_task()