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)
299 OSSL_PARAM_ALIGNED_BLOCK *blk, in param_bld_convert()300 OSSL_PARAM_ALIGNED_BLOCK *secure) in param_bld_convert()350 OSSL_PARAM_ALIGNED_BLOCK *blk, *s = NULL; in OSSL_PARAM_BLD_to_param()370 blk = p_blks + (OSSL_PARAM_ALIGNED_BLOCK *)(params); in OSSL_PARAM_BLD_to_param()
24 OSSL_PARAM_ALIGNED_BLOCK *alloc; /* The allocated buffer */25 OSSL_PARAM_ALIGNED_BLOCK *cur; /* Current position in the allocated buf */
Completed in 5 milliseconds