Searched refs:CRYPTO_ocb128_copy_ctx (Results 1 – 8 of 8) sorted by relevance
199 int CRYPTO_ocb128_copy_ctx(OCB128_CONTEXT *dest, OCB128_CONTEXT *src,
196 int CRYPTO_ocb128_copy_ctx(OCB128_CONTEXT *dest, OCB128_CONTEXT *src, in CRYPTO_ocb128_copy_ctx() function
97 return CRYPTO_ocb128_copy_ctx(&dst->ocb, &src->ocb, in aes_generic_ocb_copy_ctx()
418 CRYPTO_ocb128_copy_ctx(3)
477 CRYPTO_ocb128_copy_ctx(3)
666 CRYPTO_ocb128_copy_ctx 684 3_0_0 EXIST::FUNCTION:OCB
825 CRYPTO_ocb128_copy_ctx;
3789 return CRYPTO_ocb128_copy_ctx(&new_octx->ocb, &octx->ocb, in aes_ocb_ctrl()