Lines Matching refs:bulk
2917 size_t bulk = 0; in aes_gcm_tls_cipher() local
2923 bulk = AES_gcm_encrypt(in, out, len, in aes_gcm_tls_cipher()
2926 gctx->gcm.len.u[1] += bulk; in aes_gcm_tls_cipher()
2930 in + bulk, in aes_gcm_tls_cipher()
2931 out + bulk, in aes_gcm_tls_cipher()
2932 len - bulk, gctx->ctr)) in aes_gcm_tls_cipher()
2935 size_t bulk = 0; in aes_gcm_tls_cipher() local
2941 bulk = AES_gcm_encrypt(in, out, len, in aes_gcm_tls_cipher()
2944 gctx->gcm.len.u[1] += bulk; in aes_gcm_tls_cipher()
2948 in + bulk, out + bulk, len - bulk)) in aes_gcm_tls_cipher()
2958 size_t bulk = 0; in aes_gcm_tls_cipher() local
2964 bulk = AES_gcm_decrypt(in, out, len, in aes_gcm_tls_cipher()
2967 gctx->gcm.len.u[1] += bulk; in aes_gcm_tls_cipher()
2971 in + bulk, in aes_gcm_tls_cipher()
2972 out + bulk, in aes_gcm_tls_cipher()
2973 len - bulk, gctx->ctr)) in aes_gcm_tls_cipher()
2976 size_t bulk = 0; in aes_gcm_tls_cipher() local
2982 bulk = AES_gcm_decrypt(in, out, len, in aes_gcm_tls_cipher()
2985 gctx->gcm.len.u[1] += bulk; in aes_gcm_tls_cipher()
2989 in + bulk, out + bulk, len - bulk)) in aes_gcm_tls_cipher()
3071 size_t bulk = 0; in aes_gcm_cipher() local
3079 bulk = AES_gcm_encrypt(in + res, in aes_gcm_cipher()
3083 gctx->gcm.len.u[1] += bulk; in aes_gcm_cipher()
3084 bulk += res; in aes_gcm_cipher()
3088 in + bulk, in aes_gcm_cipher()
3089 out + bulk, in aes_gcm_cipher()
3090 len - bulk, gctx->ctr)) in aes_gcm_cipher()
3093 size_t bulk = 0; in aes_gcm_cipher() local
3101 bulk = AES_gcm_encrypt(in + res, in aes_gcm_cipher()
3105 gctx->gcm.len.u[1] += bulk; in aes_gcm_cipher()
3106 bulk += res; in aes_gcm_cipher()
3110 in + bulk, out + bulk, len - bulk)) in aes_gcm_cipher()
3115 size_t bulk = 0; in aes_gcm_cipher() local
3123 bulk = AES_gcm_decrypt(in + res, in aes_gcm_cipher()
3127 gctx->gcm.len.u[1] += bulk; in aes_gcm_cipher()
3128 bulk += res; in aes_gcm_cipher()
3132 in + bulk, in aes_gcm_cipher()
3133 out + bulk, in aes_gcm_cipher()
3134 len - bulk, gctx->ctr)) in aes_gcm_cipher()
3137 size_t bulk = 0; in aes_gcm_cipher() local
3145 bulk = AES_gcm_decrypt(in + res, in aes_gcm_cipher()
3149 gctx->gcm.len.u[1] += bulk; in aes_gcm_cipher()
3150 bulk += res; in aes_gcm_cipher()
3154 in + bulk, out + bulk, len - bulk)) in aes_gcm_cipher()