Lines Matching refs:verify_data
1957 _R = &(ctx->verify_data.eddsa._R);
1958 S = &(ctx->verify_data.eddsa.S);
1969 h_ctx = &(ctx->verify_data.eddsa.h_ctx);
1970 h_ctx_pre_hash = &(ctx->verify_data.eddsa.h_ctx_pre_hash);
2051 ctx->verify_data.eddsa.magic = EDDSA_VERIFY_MAGIC;
2089 EDDSA_VERIFY_CHECK_INITIALIZED(&(ctx->verify_data.eddsa), ret, err);
2092 h_ctx = &(ctx->verify_data.eddsa.h_ctx);
2093 h_ctx_pre_hash = &(ctx->verify_data.eddsa.h_ctx_pre_hash);
2152 EDDSA_VERIFY_CHECK_INITIALIZED(&(ctx->verify_data.eddsa), ret, err);
2164 S = &(ctx->verify_data.eddsa.S);
2165 _R = &(ctx->verify_data.eddsa._R);
2168 h_ctx = &(ctx->verify_data.eddsa.h_ctx);
2169 h_ctx_pre_hash = &(ctx->verify_data.eddsa.h_ctx_pre_hash);
2248 IGNORE_RET_VAL(local_memset(&(ctx->verify_data.eddsa), 0, sizeof(eddsa_verify_data)));