Searched refs:blk (Results 1 – 3 of 3) sorted by relevance
/openssl/test/ |
H A D | cipher_overhead_test.c | 37 size_t mac, in, blk, ex; in cipher_overhead() local 47 if (!TEST_true(ssl_cipher_get_overhead(ciph, &mac, &in, &blk, &ex))) { in cipher_overhead() 52 ciph->name, mac, in, blk, ex); in cipher_overhead()
|
/openssl/crypto/ |
H A D | param_build.c | 309 OSSL_PARAM_ALIGNED_BLOCK *blk, in param_bld_convert() argument 327 p = blk; in param_bld_convert() 328 blk += pd->alloc_blocks; in param_bld_convert() 363 OSSL_PARAM_ALIGNED_BLOCK *blk, *s = NULL; in OSSL_PARAM_BLD_to_param() local 382 blk = p_blks + (OSSL_PARAM_ALIGNED_BLOCK *)(params); in OSSL_PARAM_BLD_to_param() 383 last = param_bld_convert(bld, params, blk, s); in OSSL_PARAM_BLD_to_param()
|
/openssl/ssl/ |
H A D | ssl_ciph.c | 2163 int mac = 0, in = 0, blk = 0, out = 0; in ssl_cipher_get_overhead() local 2203 blk = EVP_CIPHER_get_block_size(e_ciph); in ssl_cipher_get_overhead() 2204 if (blk <= 0) in ssl_cipher_get_overhead() 2211 *blocksize = (size_t)blk; in ssl_cipher_get_overhead()
|
Completed in 14 milliseconds