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

/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A Dp12pbegen.c109 size_t temp_buf_size = hash_output_blocks * hash_outputsize; local
110 uint8_t *temp_buf = malloc(temp_buf_size);
119 while (cursor < temp_buf + temp_buf_size) {

Completed in 166 milliseconds