Searched refs:digest_buf (Results 1 – 3 of 3) sorted by relevance
49 typedef struct digest_buf { struct
872 unsigned char *y = NULL, *alg_buf = NULL, *digest_buf = NULL; in cms_signeddata_create() local1046 digest_buf = (unsigned char *)malloc(digest_len); in cms_signeddata_create()1047 if (digest_buf == NULL) in cms_signeddata_create()1168 if (digest_buf != NULL) in cms_signeddata_create()1169 free(digest_buf); in cms_signeddata_create()
8044 char *digest_buf; in dprov_key_task() local8168 digest_buf = kmem_alloc(hash_size, KM_SLEEP); in dprov_key_task()8172 digest.cd_raw.iov_base = digest_buf; in dprov_key_task()8190 derived_key.oa_value = digest_buf; in dprov_key_task()8202 bzero(digest_buf, hash_size); in dprov_key_task()8203 kmem_free(digest_buf, hash_size); in dprov_key_task()