Searched refs:OSSL_PARAM_ALIGNED_BLOCK (Results 1 – 3 of 3) sorted by relevance
20 } OSSL_PARAM_ALIGNED_BLOCK; typedef22 # define OSSL_PARAM_ALIGN_SIZE sizeof(OSSL_PARAM_ALIGNED_BLOCK)
309 OSSL_PARAM_ALIGNED_BLOCK *blk, in param_bld_convert()310 OSSL_PARAM_ALIGNED_BLOCK *secure) in param_bld_convert()363 OSSL_PARAM_ALIGNED_BLOCK *blk, *s = NULL; in OSSL_PARAM_BLD_to_param()382 blk = p_blks + (OSSL_PARAM_ALIGNED_BLOCK *)(params); in OSSL_PARAM_BLD_to_param()
23 OSSL_PARAM_ALIGNED_BLOCK *alloc; /* The allocated buffer */24 OSSL_PARAM_ALIGNED_BLOCK *cur; /* Current position in the allocated buf */
Completed in 7 milliseconds