Lines Matching refs:OCB_BLOCK
58 static void ocb_double(OCB_BLOCK *in, OCB_BLOCK *out) in ocb_double()
92 static OCB_BLOCK *ocb_lookup_l(OCB128_CONTEXT *ctx, size_t idx) in ocb_lookup_l()
113 tmp_ptr = OPENSSL_realloc(ctx->l, ctx->max_l_index * sizeof(OCB_BLOCK)); in ocb_lookup_l()
273 OCB_BLOCK tmp; in CRYPTO_ocb128_aad()
281 OCB_BLOCK *lookup; in CRYPTO_ocb128_aad()
362 OCB_BLOCK *lookup; in CRYPTO_ocb128_encrypt()
363 OCB_BLOCK tmp; in CRYPTO_ocb128_encrypt()
394 OCB_BLOCK pad; in CRYPTO_ocb128_encrypt()
452 OCB_BLOCK tmp; in CRYPTO_ocb128_decrypt()
458 OCB_BLOCK *lookup = ocb_lookup_l(ctx, ocb_ntz(i)); in CRYPTO_ocb128_decrypt()
486 OCB_BLOCK pad; in CRYPTO_ocb128_decrypt()
512 OCB_BLOCK tmp; in ocb_finish()